From 8ce84f940a2f9d1ede4bed28671fd8ce87b9e86b Mon Sep 17 00:00:00 2001 From: Dmitry Yunitsky Date: Thu, 31 Mar 2016 18:48:18 +0300 Subject: [PATCH] [android] Upgraded version. (cherry picked from commit 83c22a0) --- android/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gradle.properties b/android/gradle.properties index b8dc17e63c..d2d210bf0d 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -3,7 +3,7 @@ propMinSdkVersion=15 # https://code.google.com/p/android/issues/detail?id=184567 propTargetSdkVersion=22 propBuildToolsVersion=22.0.1 -propVersionCode=600 +propVersionCode=601 propVersionName=6.0 propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1 propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1