mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 05:11:51 +08:00
android: bump API level to 29 (Android 10) to support allowAudioRecording manifest property. Could be also done with reflection but I don't want do reflection
This commit is contained in:
@@ -21,7 +21,7 @@ def build(bld):
|
||||
jni = 'lib',
|
||||
keystore = bld.path.parent.find_node('debug.keystore'),
|
||||
debug = bld.env.D8_DEBUG,
|
||||
target_api = 26)
|
||||
|
||||
target_api = 29)
|
||||
|
||||
tsk.env.append_unique('JAVACFLAGS', ['-target', '1.6'])
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user