File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -74,14 +74,11 @@ tasks.getByName("test").dependsOn(
7474dependencies {
7575 compile gradleApi()
7676 compile localGroovy()
77- compile " com.github.zafarkhaja:java-semver:$SEMVER_VERSION "
7877 compile " org.junit.platform:junit-platform-gradle-plugin:$JUNIT_PLATFORM_VERSION "
79- compileOnly " com.android.tools.build:gradle:$A NDROID_PLUGIN_VERSION_3X "
78+ compileOnly " com.android.tools.build:gradle:$A NDROID_PLUGIN_VERSION_2X "
8079
8180 testCompile " junit:junit:$JUNIT4_VERSION "
8281 testCompile(" org.spockframework:spock-core:$SPOCK_VERSION " ) { transitive = false }
83-
84- testCompileOnly " com.android.tools.build:gradle:$ANDROID_PLUGIN_VERSION_3X "
8582 testAgp2xCompile " com.android.tools.build:gradle:$ANDROID_PLUGIN_VERSION_2X "
8683 testAgp3xCompile " com.android.tools.build:gradle:$ANDROID_PLUGIN_VERSION_3X "
8784}
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ ANDROID_PLUGIN_VERSION_3X = 3.0.0-beta2
1717BINTRAY_PLUGIN_VERSION = 1.7.3
1818
1919# Dependency versions
20- SEMVER_VERSION = 0.9.0
2120JUNIT_PLATFORM_VERSION = 1.0.0-RC2
2221
2322JUNIT4_VERSION = 4.12
You can’t perform that action at this time.
0 commit comments