Skip to content

Commit

Permalink
[Android] Bump targetSdkVersion to 28
Browse files Browse the repository at this point in the history
That's necessary for style extraction to work.

Fixes nspire-emus#221
  • Loading branch information
Vogtinator committed Mar 23, 2022
1 parent 71b0964 commit 5655619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<meta-data android:name="android.max_aspect" android:value="2.5"/>
</activity>
</application>
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="21"/>
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28"/>
<supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/>

<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Expand Down

0 comments on commit 5655619

Please sign in to comment.