From d683f32a345f227d2ba3f80df27d606435108c3e Mon Sep 17 00:00:00 2001 From: mittorn Date: Tue, 7 Jul 2020 07:22:32 +0700 Subject: [PATCH] platform28 allows implicit cast Object to NotificationManager??? --- android/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/wscript b/android/wscript index db16c27e..14492a46 100644 --- a/android/wscript +++ b/android/wscript @@ -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