Skip to content

Commit

Permalink
fix(testkit-plugin): use correct latest support version (0.15 not 0.1…
Browse files Browse the repository at this point in the history
…6) in plugin.
  • Loading branch information
autonomousapps committed Jan 17, 2024
1 parent 8d373f4 commit 47ab5f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public abstract class GradleTestKitSupportExtension(private val project: Project

internal companion object {

private const val DEFAULT_SUPPORT_VERSION = "0.16"
private const val DEFAULT_SUPPORT_VERSION = "0.15"
private const val DEFAULT_TRUTH_VERSION = "1.6"

fun create(project: Project): GradleTestKitSupportExtension {
Expand Down

0 comments on commit 47ab5f1

Please sign in to comment.