Skip to content

Commit

Permalink
Another attempt in fixing Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
David Vávra committed Jan 4, 2016
1 parent df99927 commit 30444a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: android
script: "./gradlew assembleDebug"
android:
components:
- build-tools-23.0.2
- tools
- build-tools-23.0.1
- android-23
- extra-android-m2repository
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion "23.0.1"

defaultConfig {
minSdkVersion 8
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion "23.0.1"

defaultConfig {
minSdkVersion 8
Expand Down

0 comments on commit 30444a0

Please sign in to comment.