Skip to content

Commit 5a11918

Browse files
committed
Revert to latest stable version for instrumentation sample
1 parent a2968b3 commit 5a11918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/sample/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id("com.android.application")
55
kotlin("android")
66
id("jacoco")
7-
id("de.mannodermaus.android-junit5").version(Artifacts.Plugin.currentVersion)
7+
id("de.mannodermaus.android-junit5").version(Artifacts.Plugin.latestStableVersion)
88
}
99

1010
val javaVersion = JavaVersion.VERSION_11

0 commit comments

Comments
 (0)