diff options
Diffstat (limited to 'make/resources/android/AndroidManifest-CompileTime.xml')
-rw-r--r-- | make/resources/android/AndroidManifest-CompileTime.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/resources/android/AndroidManifest-CompileTime.xml b/make/resources/android/AndroidManifest-CompileTime.xml index f9a5600..331457b 100644 --- a/make/resources/android/AndroidManifest-CompileTime.xml +++ b/make/resources/android/AndroidManifest-CompileTime.xml @@ -3,7 +3,7 @@ sharedUserId="com.jogamp.Community" package="com.jogamp.gluegen"> - <uses-sdk android:minSdkVersion="8" /> + <uses-sdk android:minSdkVersion="9" /> <application android:icon="@drawable/icon" android:label="@string/app_name" |