Skip to content

Commit

Permalink
fix test core version conflict
Browse files Browse the repository at this point in the history
downgrade test core library
  • Loading branch information
AkYML committed Apr 24, 2023
1 parent 75b2d51 commit 564aa55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ internal fun Project.configureKotlinAndroid(
"-opt-in=kotlin.Experimental",
)

jvmTarget = JavaVersion.VERSION_11.toString()
jvmTarget = JavaVersion.VERSION_17.toString()
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ androidGradlePlugin = "8.0.0"
androidxComposeBom = "2023.04.01"
androidxActivityCompose = "1.7.1"
androidxAppCompat = "1.6.1"
androidxComposeCompiler = "1.4.4"
androidxComposeCompiler = "1.4.6"
androidxCore = "1.10.0"
androidxLifecycle = "2.6.1"
androidxNavigation = "2.5.3"
androidxEspresso = "3.5.1"
androidxTestRules = "1.5.0"
androidxTestRunner = "1.5.2"
androidxTestMonitor = "1.6.1"
androidxTestCore = "1.5.0"
androidxTestCore = "1.4.0"
androidxTestExt = "1.1.5"

#hilt
Expand Down
1 change: 0 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"config:base"
],
"baseBranches": [
"feature/CM-1239-RenovateBotFix",
"multi_module"
],
"packageRules": [
Expand Down

0 comments on commit 564aa55

Please sign in to comment.