File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ object Artifacts {
47
47
platform = Java ,
48
48
groupId = " de.mannodermaus.gradle.plugins" ,
49
49
artifactId = " android-junit5" ,
50
- currentVersion = " 1.7.1.1-SNAPSHOT " ,
51
- latestStableVersion = " 1.7.1 .0" ,
50
+ currentVersion = " 1.7.1.1" ,
51
+ latestStableVersion = " 1.7.0 .0" ,
52
52
license = license,
53
53
description = " Unit Testing with JUnit 5 for Android."
54
54
)
@@ -58,7 +58,7 @@ object Artifacts {
58
58
*/
59
59
object Instrumentation {
60
60
private val groupId = " de.mannodermaus.junit5"
61
- private val currentVersion = " 1.2.1"
61
+ private val currentVersion = " 1.2.1-SNAPSHOT "
62
62
val latestStableVersion = " 1.2.0"
63
63
64
64
val Core = Deployed (
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
5
5
buildscript {
6
6
repositories {
7
7
google()
8
- jcenter ()
8
+ mavenCentral ()
9
9
sonatypeSnapshots()
10
+ jcenter()
10
11
}
11
12
12
13
dependencies {
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinJvmOptions
5
5
buildscript {
6
6
repositories {
7
7
google()
8
+ mavenCentral()
9
+ sonatypeSnapshots()
8
10
jcenter()
9
- maven(" https://oss.sonatype.org/content/repositories/snapshots" )
10
11
}
11
12
12
13
dependencies {
You can’t perform that action at this time.
0 commit comments