diff --git a/android/gradle.properties b/android/gradle.properties index a4f7fec24b..824b7bb013 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,9 +1,9 @@ propMinSdkVersion=15 # TODO use 23 target and build tools version, when ProGuard problem will be fixed # https://code.google.com/p/android/issues/detail?id=184567 -propTargetSdkVersion=22 -propCompileSdkVersion=23 -propBuildToolsVersion=22.0.1 +propTargetSdkVersion=25 +propCompileSdkVersion=25 +propBuildToolsVersion=25 propVersionCode=713 propVersionName=7.1.3 propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1