platform28 allows implicit cast Object to NotificationManager???
This commit is contained in:
parent
b92b13158b
commit
d683f32a34
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ def build(bld):
|
||||||
jni = 'lib',
|
jni = 'lib',
|
||||||
keystore = bld.path.parent.find_node('debug.keystore'),
|
keystore = bld.path.parent.find_node('debug.keystore'),
|
||||||
debug = bld.env.D8_DEBUG,
|
debug = bld.env.D8_DEBUG,
|
||||||
target_api = 28)
|
target_api = 26)
|
||||||
|
|
||||||
tsk.env.append_unique('JAVACFLAGS', ['-target', '1.6'])
|
tsk.env.append_unique('JAVACFLAGS', ['-target', '1.6'])
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Reference in a new issue