Platform and build tools 24.0.2

pull/467/head
Alex Baker 9 years ago
parent 066803e199
commit 2d53546797

@ -8,8 +8,8 @@ android:
components: components:
- tools # https://github.com/travis-ci/travis-ci/issues/5049 - tools # https://github.com/travis-ci/travis-ci/issues/5049
- android-24 - android-24
- platform-tools-24 - platform-tools-24.0.2
- build-tools-24.0.1 - build-tools-24.0.2
- extra-android-m2repository - extra-android-m2repository
- extra-google-m2repository - extra-google-m2repository
licenses: licenses:

@ -27,7 +27,7 @@ android {
} }
compileSdkVersion 24 compileSdkVersion 24
buildToolsVersion "24.0.1" buildToolsVersion "24.0.2"
defaultConfig { defaultConfig {
applicationId "org.tasks" applicationId "org.tasks"

Loading…
Cancel
Save