diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2014-11-26 23:14:03 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2014-11-26 23:14:03 +0100 |
commit | ad0af698e7976c2e78c78e836dc618c95ed9005a (patch) | |
tree | 2e689ce20f697143d2404a0fcfb866c22f7ba665 /android | |
parent | ba917ec4bae89c61046e02ac749f12592cdc12a0 (diff) | |
download | RustAndDust-ad0af698e7976c2e78c78e836dc618c95ed9005a.zip RustAndDust-ad0af698e7976c2e78c78e836dc618c95ed9005a.tar.gz |
udpate android buildToolsVersion
Diffstat (limited to 'android')
-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 6fafd87..f0841da 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ android { - buildToolsVersion "20.0.0" + buildToolsVersion "21.1.1" compileSdkVersion 20 sourceSets { main { |