From 16caf226626b3caa58c4f2ee024435ec6a451563 Mon Sep 17 00:00:00 2001 From: Alexander Marchuk Date: Thu, 9 Jun 2016 11:48:20 +0300 Subject: [PATCH] [android] fix: Version 6.2 --- android/gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index 5782486a4f..820d8e1987 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -3,8 +3,8 @@ propMinSdkVersion=15 # https://code.google.com/p/android/issues/detail?id=184567 propTargetSdkVersion=22 propBuildToolsVersion=22.0.1 -propVersionCode=615 -propVersionName=6.1.5 +propVersionCode=620 +propVersionName=6.2.0 propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1 propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1