Skip to content

Commit a16af5a

Browse files
committed
Update Kotlin to 1.1.50 & remove last traces of the old repo name
1 parent 0a08355 commit a16af5a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android.injected.build.model.only.versioned = 3
66
# Artifact configuration (common)
77
GROUP_ID = de.mannodermaus.gradle.plugins
88
VERSION_NAME = 1.0.0.1-SNAPSHOT
9-
VCS_URL = https://github.com/aurae/android-junit5
9+
VCS_URL = https://github.com/mannodermaus/android-junit5
1010

1111
# Artifact configuration (plugin)
1212
PLUGIN_ARTIFACT_ID = android-junit5

sample/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlinVersion = "1.1.4-3"
2+
ext.kotlinVersion = "1.1.50"
33

44
repositories {
55
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
@@ -50,11 +50,11 @@ android {
5050
}
5151

5252
dependencies {
53-
api "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
53+
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
5454

5555
testImplementation junit5()
5656
testImplementation junit5Params()
57-
testCompileOnly project(":android-junit5-embedded-runtime")
57+
testCompileOnly "de.mannodermaus.gradle.plugins:android-junit5-embedded-runtime:1.0.0-RC3-rev1"
5858
}
5959

6060
// IJ doesn't recognize Kotlin test classes properly,

0 commit comments

Comments
 (0)