summaryrefslogtreecommitdiffhomepage
path: root/templates/android_project/AndroidManifest.xml
diff options
context:
space:
mode:
authorRay San <[email protected]>2017-09-26 12:00:50 +0200
committerRay San <[email protected]>2017-09-26 12:00:50 +0200
commit96b8c9dd5af6d88597783a8dfd6909bb17255a21 (patch)
treea4a0bf1f0bbb6f8f475613cac0671362b67f9783 /templates/android_project/AndroidManifest.xml
parent42db9584de7fa5e8b937c662edc2712c09a6b9fb (diff)
downloadraylib-96b8c9dd5af6d88597783a8dfd6909bb17255a21.tar.gz
raylib-96b8c9dd5af6d88597783a8dfd6909bb17255a21.zip
More work on Android APK building...
For some reason it's not working properly... :(
Diffstat (limited to 'templates/android_project/AndroidManifest.xml')
-rw-r--r--templates/android_project/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/android_project/AndroidManifest.xml b/templates/android_project/AndroidManifest.xml
index 9c1cf3af..d1bad411 100644
--- a/templates/android_project/AndroidManifest.xml
+++ b/templates/android_project/AndroidManifest.xml
@@ -14,7 +14,7 @@
android:versionCode="1"
android:versionName="1.0" >
- <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="16" />
+ <uses-sdk android:minSdkVersion="16" />
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
<!--<supports-gl-texture android:name="GL_OES_compressed_ETC1_RGB8_texture" android:required="true"/>-->
<!-- We do not have Java code. Therefore android:hasCode is set to false. -->