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 {
75
75
compile gradleApi()
76
76
compile localGroovy()
77
77
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 "
79
79
80
80
testCompile " junit:junit:$JUNIT4_VERSION "
81
81
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 "
85
85
}
86
86
87
87
// ------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ DESCRIPTION = Unit Testing with JUnit 5 for Andr
12
12
VCS_URL = https://github.com/aurae/android-junit5
13
13
14
14
# 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
17
17
BINTRAY_PLUGIN_VERSION = 1.7.3
18
18
19
19
# Dependency versions
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
dependencies {
11
11
// noinspection GradleDynamicVersion
12
12
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 "
14
14
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
15
15
}
16
16
}
You can’t perform that action at this time.
0 commit comments