Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorburivuh <burivuh@maps.me>2017-03-14 14:04:09 +0300
committerGitHub <noreply@github.com>2017-03-14 14:04:09 +0300
commit39c9126a46256573c9ec744bb543654cf00e24cd (patch)
tree89593c8caf814de224971ba9053279bb4ff522b0
parent1e492badebac7a6dfb1970783827e50d11138206 (diff)
parenta78b1a501496f1fc4b7b8e6fafb09aba13a44be6 (diff)
Merge pull request #5595 from alexzatsepin/fix-zipalign-while-push-obb
[android] Increased build tools version
-rw-r--r--android/gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index 6637c0896a..fb8c3d7f93 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
propCompileSdkVersion=23
-propBuildToolsVersion=25
+propBuildToolsVersion=25.0.2
propVersionCode=720
propVersionName=7.2.0
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1