summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2015-11-05 10:44:18 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2015-11-05 10:44:18 +0100
commitc7a491c93ea88175d4059e8f8cbe1353d5f886d7 (patch)
treed64433f5984dce6d1b6f7da6825c2d5f6abd545c
parentd3f11e541070f8a7815893672c22fc6d0a401297 (diff)
downloadRustAndDust-c7a491c93ea88175d4059e8f8cbe1353d5f886d7.zip
RustAndDust-c7a491c93ea88175d4059e8f8cbe1353d5f886d7.tar.gz
android: build tools -> 23.0.2
-rw-r--r--android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/build.gradle b/android/build.gradle
index 7fbbdd6..b4345bf 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -1,5 +1,5 @@
android {
- buildToolsVersion "23.0.1"
+ buildToolsVersion "23.0.2"
compileSdkVersion 23
sourceSets {
main {