From 29b93e69d99619779f993893375ab01f38991ef2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Sat, 10 Jan 2015 09:20:30 -0500 Subject: [PATCH] nitc/android: set the icon for the APK as expected by the Play Store MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- src/compiler/android_platform.nit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/compiler/android_platform.nit b/src/compiler/android_platform.nit index 5d6d312..b4e3cdf 100644 --- a/src/compiler/android_platform.nit +++ b/src/compiler/android_platform.nit @@ -174,7 +174,8 @@ $(call import-module,android/native_app_glue) + android:debuggable="{{{not release}}}" + {{{icon_declaration}}}> -- 1.7.9.5