Skip to content

Commit

Permalink
Updated the minimum and target SDK versions in AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 24, 2017
1 parent edf0fae commit b8d8a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android-project/app/src/main/AndroidManifest.xml
Expand Up @@ -8,8 +8,8 @@
android:versionName="1.0"
android:installLocation="auto">

<!-- Android 2.3.3 -->
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="25" />
<!-- Android 4.0.1 -->
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="16" />

<!-- OpenGL ES 2.0 -->
<uses-feature android:glEsVersion="0x00020000" />
Expand Down

0 comments on commit b8d8a1f

Please sign in to comment.