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:
Alibek Omarov
2020-11-27 21:58:11 +03:00
parent 5fd30876ab
commit 9feaee3e28
2 changed files with 3 additions and 6 deletions

View File

@@ -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