android/AndroidManifest.xml: raise minSdkVersion to 24

This is needed to build libFLAC which uses ftello().
This commit is contained in:
Max Kellermann
2023-09-11 22:12:23 +02:00
parent f68305bf00
commit a868dbce3b
3 changed files with 4 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ class AndroidNdkToolchain:
self.build_path = build_path
ndk_arch = abi_info['ndk_arch']
android_api_level = '21'
android_api_level = '24'
install_prefix = os.path.join(arch_path, 'root')