From d883e149ee2cc0eb5e79bee13335848324c75545 Mon Sep 17 00:00:00 2001 From: Dmitry Yunitsky Date: Thu, 7 Jan 2016 19:57:26 +0300 Subject: [PATCH] [android] New version. --- android/gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index 6f4d1199a4..87cd291f8e 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=541 -propVersionName=5.4.1 +propVersionCode=550 +propVersionName=5.5 propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1 propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1