Skip to content

Commit

Permalink
Revert to latest stable version for instrumentation sample
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Aug 14, 2024
1 parent a2968b3 commit 5a11918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instrumentation/sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("com.android.application")
kotlin("android")
id("jacoco")
id("de.mannodermaus.android-junit5").version(Artifacts.Plugin.currentVersion)
id("de.mannodermaus.android-junit5").version(Artifacts.Plugin.latestStableVersion)
}

val javaVersion = JavaVersion.VERSION_11
Expand Down

0 comments on commit 5a11918

Please sign in to comment.