diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2016-06-29 14:54:40 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2016-06-29 14:54:40 +0200 |
commit | ae07c9551c338d2f6ee08d70beccfcbe89f93a74 (patch) | |
tree | 68f3860b9fd2efab23497bf0ea65cbdec9ba20fb | |
parent | 92968cd8a14d7dbadbab4056b9722adb59ae1b8d (diff) | |
download | RustAndDust-ae07c9551c338d2f6ee08d70beccfcbe89f93a74.zip RustAndDust-ae07c9551c338d2f6ee08d70beccfcbe89f93a74.tar.gz |
build: update to build tools 24.0.0
-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 311ffdd..39c7e94 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ android { - buildToolsVersion "23.0.3" + buildToolsVersion "24.0.0" compileSdkVersion 23 sourceSets { main { |