diff options
author | Sven Gothel <[email protected]> | 2011-08-05 05:11:36 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-05 05:11:36 +0200 |
commit | 0afee4288c9f95450292ca2f2ec9170b93f64830 (patch) | |
tree | 0aca5a4b778d8ea951eab9448dd04d4bad90b081 /make/resources/android/AndroidManifest-Runtime.xml | |
parent | 847d4d93f28423d9f4bc1f3c4e02c936f90d0798 (diff) |
aapt.signed: add androidresources.path argument ; sdk >= 9 ; test uses-library com.jogamp.common
Diffstat (limited to 'make/resources/android/AndroidManifest-Runtime.xml')
-rw-r--r-- | make/resources/android/AndroidManifest-Runtime.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/resources/android/AndroidManifest-Runtime.xml b/make/resources/android/AndroidManifest-Runtime.xml index 7ad8304..04dfe33 100644 --- a/make/resources/android/AndroidManifest-Runtime.xml +++ b/make/resources/android/AndroidManifest-Runtime.xml @@ -3,7 +3,7 @@ sharedUserId="com.jogamp.Community" package="com.jogamp.common"> - <uses-sdk android:minSdkVersion="8" /> + <uses-sdk android:minSdkVersion="9" /> <application android:icon="@drawable/icon" android:label="@string/app_name" |