Skip to content

Commit 564aa55

Browse files
committed
fix test core version conflict
downgrade test core library
1 parent 75b2d51 commit 564aa55

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

build-logic/src/main/java/ytemplate/android/KotlinAndroid.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ internal fun Project.configureKotlinAndroid(
5454
"-opt-in=kotlin.Experimental",
5555
)
5656

57-
jvmTarget = JavaVersion.VERSION_11.toString()
57+
jvmTarget = JavaVersion.VERSION_17.toString()
5858
}
5959
}
6060
}

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ androidGradlePlugin = "8.0.0"
1313
androidxComposeBom = "2023.04.01"
1414
androidxActivityCompose = "1.7.1"
1515
androidxAppCompat = "1.6.1"
16-
androidxComposeCompiler = "1.4.4"
16+
androidxComposeCompiler = "1.4.6"
1717
androidxCore = "1.10.0"
1818
androidxLifecycle = "2.6.1"
1919
androidxNavigation = "2.5.3"
2020
androidxEspresso = "3.5.1"
2121
androidxTestRules = "1.5.0"
2222
androidxTestRunner = "1.5.2"
2323
androidxTestMonitor = "1.6.1"
24-
androidxTestCore = "1.5.0"
24+
androidxTestCore = "1.4.0"
2525
androidxTestExt = "1.1.5"
2626

2727
#hilt

renovate.json

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"config:base"
55
],
66
"baseBranches": [
7-
"feature/CM-1239-RenovateBotFix",
87
"multi_module"
98
],
109
"packageRules": [

0 commit comments

Comments
 (0)