Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Update build tools to 25.0.2
  • Loading branch information
zplesac committed Jan 16, 2017
1 parent a2e2b30 commit 03e83c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -23,7 +23,7 @@ machine:
dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter tool,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository,android-25
- echo y | android update sdk --no-ui --all --filter build-tools-25.0.1
- echo y | android update sdk --no-ui --all --filter build-tools-25.0.2

test:
override:
Expand Down
2 changes: 1 addition & 1 deletion mjolnirrecyclerview/build.gradle
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'com.jfrog.bintray'

android {
compileSdkVersion 25
buildToolsVersion "25.0.1"
buildToolsVersion "25.0.2"

defaultConfig {
minSdkVersion 14
Expand Down
2 changes: 1 addition & 1 deletion testapp/build.gradle
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'android-apt'

android {
compileSdkVersion 25
buildToolsVersion "25.0.1"
buildToolsVersion "25.0.2"

defaultConfig {
applicationId "co.infinum.testapp"
Expand Down

0 comments on commit 03e83c2

Please sign in to comment.