File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,13 @@ dependencies {
7575 compile gradleApi()
7676 compile localGroovy()
7777 compile " org.junit.platform:junit-platform-gradle-plugin:$JUNIT_PLATFORM_VERSION "
78- compileOnly " com.android.tools.build:gradle:$A NDROID_PLUGIN_VERSION_2X "
78+ compileOnly " com.android.tools.build:gradle:$A NDROID_PLUGIN_2X_VERSION "
7979
8080 testCompile " junit:junit:$JUNIT4_VERSION "
8181 testCompile(" org.spockframework:spock-core:$SPOCK_VERSION " ) { transitive = false }
82- testCompileOnly " com.android.tools.build:gradle:$A NDROID_PLUGIN_VERSION_3X "
83- testAgp2xCompile " com.android.tools.build:gradle:$A NDROID_PLUGIN_VERSION_2X "
84- testAgp3xCompile " com.android.tools.build:gradle:$A NDROID_PLUGIN_VERSION_3X "
82+ testCompileOnly " com.android.tools.build:gradle:$A NDROID_PLUGIN_3X_VERSION "
83+ testAgp2xCompile " com.android.tools.build:gradle:$A NDROID_PLUGIN_2X_VERSION "
84+ testAgp3xCompile " com.android.tools.build:gradle:$A NDROID_PLUGIN_3X_VERSION "
8585}
8686
8787// ------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ DESCRIPTION = Unit Testing with JUnit 5 for Andr
1212VCS_URL = https://github.com/aurae/android-junit5
1313
1414# Dependency versions (plugins)
15- ANDROID_PLUGIN_VERSION_2X = 2.3.2
16- ANDROID_PLUGIN_VERSION_3X = 3.0.0-beta2
15+ ANDROID_PLUGIN_2X_VERSION = 2.3.2
16+ ANDROID_PLUGIN_3X_VERSION = 3.0.0-beta2
1717BINTRAY_PLUGIN_VERSION = 1.7.3
1818
1919# Dependency versions
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
1010 dependencies {
1111 // noinspection GradleDynamicVersion
1212 classpath " de.mannodermaus.gradle.plugins:android-junit5:+"
13- classpath " com.android.tools.build:gradle:$A NDROID_PLUGIN_VERSION_3X "
13+ classpath " com.android.tools.build:gradle:$A NDROID_PLUGIN_3X_VERSION "
1414 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
1515 }
1616}
You can’t perform that action at this time.
0 commit comments