Skip to content
This repository was archived by the owner on Jan 25, 2021. It is now read-only.

Commit bf7d893

Browse files
committed
update android plugin and build tools
1 parent 06b5859 commit bf7d893

File tree

3 files changed

+6
-76
lines changed

3 files changed

+6
-76
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ repositories {
1717

1818
ext {
1919
gradleVersions = '4.0'
20-
androidGradleBuildVersion = '2.2.0-beta1'
21-
androidCompileSdkVersion = 'android-24'
22-
androidBuildToolsVersion = '24.0.0'
20+
androidGradleBuildVersion = '3.0.0-alpha1'
21+
androidCompileSdkVersion = 'android-26'
22+
androidBuildToolsVersion = '26.0.0'
2323
}
2424

2525
configurations {

src/test/core/src/testFixtures/groovy/org/gradle/internal/progress/TestBuildOperationExecutor.java

Lines changed: 0 additions & 73 deletions
This file was deleted.

src/test/groovy/org/gradle/api/plugins/AndroidMavenPluginIT.groovy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ class AndroidMavenPluginIT extends Specification {
6969
jcenter()
7070
mavenCentral()
7171
mavenLocal()
72+
maven {
73+
url 'https://maven.google.com'
74+
}
7275
}
7376
7477
dependencies {

0 commit comments

Comments
 (0)