Skip to content

Commit dd3c075

Browse files
committed
Update build tools
1 parent a32ccda commit dd3c075

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext.support_version = '24.2.0'
3-
ext.build_tools_version = '24.0.1'
3+
ext.build_tools_version = '24.0.2'
44

55
repositories {
66
jcenter()

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ machine:
55
dependencies:
66
pre:
77
- echo y | android update sdk --no-ui --all --filter "tools,platform-tools,android-24,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository"
8-
- echo y | android update sdk --no-ui --all --filter "build-tools-24.0.1"
8+
- echo y | android update sdk --no-ui --all --filter "build-tools-24.0.2"
99

1010
test:
1111
override:

0 commit comments

Comments
 (0)