Skip to content

Commit

Permalink
Update build tools version to 26.0.2 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
warnyul committed Oct 8, 2017
1 parent 13138b3 commit 3c45778
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ android:
components:
- tools
- platform-tools
- build-tools-26.0.0
- build-tools-26.0.2
- android-26
jdk:
- oraclejdk8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class AndroidVariantLibraryTest extends AbstractProjectBuilderSpec {
}
project.android {
compileSdkVersion 26
buildToolsVersion '26.0.0'
buildToolsVersion '26.0.2'
}
project.dependencies {
compile 'com.google.code.gson:gson:2.8.1'
Expand All @@ -51,7 +51,7 @@ class AndroidVariantLibraryTest extends AbstractProjectBuilderSpec {
}
project.android {
compileSdkVersion 26
buildToolsVersion '26.0.0'
buildToolsVersion '26.0.2'
}
project.dependencies {
api 'com.google.code.gson:gson:2.8.1'
Expand All @@ -72,7 +72,7 @@ class AndroidVariantLibraryTest extends AbstractProjectBuilderSpec {
}
project.android {
compileSdkVersion 26
buildToolsVersion '26.0.0'
buildToolsVersion '26.0.2'
}
project.dependencies {
implementation 'com.google.code.gson:gson:2.8.1'
Expand All @@ -94,7 +94,7 @@ class AndroidVariantLibraryTest extends AbstractProjectBuilderSpec {
project.android {
defaultPublishConfig 'debug'
compileSdkVersion 26
buildToolsVersion '26.0.0'
buildToolsVersion '26.0.2'
}
project.dependencies {
releaseCompile 'com.google.code.gson:gson:2.8.1'
Expand All @@ -110,7 +110,7 @@ class AndroidVariantLibraryTest extends AbstractProjectBuilderSpec {
when:
project.android {
compileSdkVersion 26
buildToolsVersion '26.0.0'
buildToolsVersion '26.0.2'
}
project.evaluate()
then:
Expand All @@ -122,7 +122,7 @@ class AndroidVariantLibraryTest extends AbstractProjectBuilderSpec {
when:
project.android {
compileSdkVersion 26
buildToolsVersion '26.0.0'
buildToolsVersion '26.0.2'
defaultPublishConfig 'prodRelease'

flavorDimensions "color"
Expand All @@ -147,7 +147,7 @@ class AndroidVariantLibraryTest extends AbstractProjectBuilderSpec {
when:
project.android {
compileSdkVersion 26
buildToolsVersion '26.0.0'
buildToolsVersion '26.0.2'
defaultPublishConfig 'prodRelease'

flavorDimensions "color"
Expand Down

0 comments on commit 3c45778

Please sign in to comment.