We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0167c2f commit 837c2e7Copy full SHA for 837c2e7
pythonforandroid/bootstraps/sdl2_gradle/build/build.py
@@ -356,6 +356,7 @@ def make_package(args):
356
args=args,
357
service=service,
358
service_names=service_names,
359
+ android_api=android_api,
360
url_scheme=url_scheme)
361
362
# Copy the AndroidManifest.xml to the dist root dir so that ant
pythonforandroid/bootstraps/sdl2_gradle/build/templates/AndroidManifest.tmpl.xml
@@ -19,7 +19,7 @@
19
/>
20
21
<!-- Android 2.3.3 -->
22
- <uses-sdk android:minSdkVersion="{{ args.min_sdk_version }}" android:targetSdkVersion="{{ args.sdk_version }}" />
+ <uses-sdk android:minSdkVersion="{{ args.min_sdk_version }}" android:targetSdkVersion="{{ android_api }}" />
23
24
<!-- OpenGL ES 2.0 -->
25
<uses-feature android:glEsVersion="0x00020000" />
0 commit comments