From dddba2637f2e835e801084c5a552c6d103efbee5 Mon Sep 17 00:00:00 2001 From: Maksim Shabunin Date: Tue, 24 Mar 2015 18:57:29 +0300 Subject: [PATCH] Changed Android Manager version to 3.0 --- platforms/android/service/engine/AndroidManifest.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platforms/android/service/engine/AndroidManifest.xml b/platforms/android/service/engine/AndroidManifest.xml index 49ece29..4f78c31 100644 --- a/platforms/android/service/engine/AndroidManifest.xml +++ b/platforms/android/service/engine/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="300@ANDROID_PLATFORM_VERSION_CODE@" + android:versionName="3.00" > @@ -27,4 +27,4 @@ - \ No newline at end of file + -- 2.7.4