Fix android build for legacy devices (#702)

This commit is contained in:
PANCHO7532 2025-09-01 14:08:02 -03:00 committed by GitHub
parent 047b5ff565
commit 017be000de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,7 +79,7 @@ tasks.register('compileSDL3AndroidArchive', Exec) {
commandLine 'python', "${sdl3Dir}/build-scripts/build-release.py",
'--actions', 'android',
'--fast', '--force',
"--root=${sdl3Dir}"
"--root=${sdl3Dir}", "--android-api=${android.defaultConfig.minSdk}"
doLast {
def aarFile = file("${androidProject}/${sdl3Dir}/build-android").listFiles().find {