summaryrefslogtreecommitdiffstats
path: root/make/resources/android/AndroidManifest-Test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-12-26 04:18:20 +0100
committerSven Gothel <[email protected]>2019-12-26 04:18:20 +0100
commit6e98be1a1bc819b47e2cc52eb35d23a7489fdf1b (patch)
treed920eebe29a5216dc766ab54eeb6f9961293b824 /make/resources/android/AndroidManifest-Test.xml
parentd190301a82a961ac3246890206200086842059bd (diff)
Bug 1417 - Android: jogamp-env.xml: Elaborate on Android SDK API versions required [min=21, target=28], javac w/ 24, some NDK's clang with 22.
Diffstat (limited to 'make/resources/android/AndroidManifest-Test.xml')
-rw-r--r--make/resources/android/AndroidManifest-Test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/resources/android/AndroidManifest-Test.xml b/make/resources/android/AndroidManifest-Test.xml
index 41bee09..7058323 100644
--- a/make/resources/android/AndroidManifest-Test.xml
+++ b/make/resources/android/AndroidManifest-Test.xml
@@ -9,7 +9,7 @@
<uses-library android:name="com.jogamp.common" android:required="true" />
- <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="14"/>
+ <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28"/>
<application android:icon="@drawable/icon"
android:label="@string/app_test_name"