File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ android.injected.build.model.only.versioned = 3
66# Artifact configuration (common)
77GROUP_ID = de.mannodermaus.gradle.plugins
88VERSION_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)
1212PLUGIN_ARTIFACT_ID = android-junit5
Original file line number Diff line number Diff line change 11buildscript {
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
5252dependencies {
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,
You can’t perform that action at this time.
0 commit comments