summaryrefslogtreecommitdiffstats
path: root/android/build.gradle
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-05-03 16:31:17 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2016-05-03 16:31:17 +0200
commitff1d9552fb5c916ed8e7ded8734fda69a5ac9c12 (patch)
tree7d41a302125e5707f37f9346a84075335d77d7a1 /android/build.gradle
parent138445b2e55478b8354a676bd5fab5ecbab7e84d (diff)
downloadRustAndDust-ff1d9552fb5c916ed8e7ded8734fda69a5ac9c12.zip
RustAndDust-ff1d9552fb5c916ed8e7ded8734fda69a5ac9c12.tar.gz
gradle: buildToolsVersion 23.0.2 -> 23.0.3
Diffstat (limited to 'android/build.gradle')
-rw-r--r--android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/build.gradle b/android/build.gradle
index 15cedc1..311ffdd 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -1,5 +1,5 @@
android {
- buildToolsVersion "23.0.2"
+ buildToolsVersion "23.0.3"
compileSdkVersion 23
sourceSets {
main {