2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 09:56:22 +01:00

platform28 allows implicit cast Object to NotificationManager???

This commit is contained in:
mittorn 2020-07-07 07:22:32 +07:00
parent b92b13158b
commit d683f32a34

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 = 28)
target_api = 26)
tsk.env.append_unique('JAVACFLAGS', ['-target', '1.6'])
return