mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 08:31:04 +02:00
Bumped targetSdk to 18 as it represents the highest API the code was tested on
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@
|
||||
</application>
|
||||
|
||||
<!-- Android 2.3.3 -->
|
||||
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="12" />
|
||||
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="18" />
|
||||
|
||||
<!-- OpenGL ES 2.0 -->
|
||||
<uses-feature android:glEsVersion="0x00020000" />
|
||||
|
||||
+1
-1
@@ -11,4 +11,4 @@
|
||||
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||
|
||||
# Project target.
|
||||
target=android-12
|
||||
target=android-18
|
||||
|
||||
Reference in New Issue
Block a user