diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2016-05-03 16:31:17 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2016-05-03 16:31:17 +0200 |
commit | ff1d9552fb5c916ed8e7ded8734fda69a5ac9c12 (patch) | |
tree | 7d41a302125e5707f37f9346a84075335d77d7a1 | |
parent | 138445b2e55478b8354a676bd5fab5ecbab7e84d (diff) | |
download | RustAndDust-ff1d9552fb5c916ed8e7ded8734fda69a5ac9c12.zip RustAndDust-ff1d9552fb5c916ed8e7ded8734fda69a5ac9c12.tar.gz |
gradle: buildToolsVersion 23.0.2 -> 23.0.3
-rw-r--r-- | android/build.gradle | 2 |
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 { |