File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
build-logic/src/main/java/ytemplate/android Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ androidGradlePlugin = "8.0.0"
1313androidxComposeBom = " 2023.04.01"
1414androidxActivityCompose = " 1.7.1"
1515androidxAppCompat = " 1.6.1"
16- androidxComposeCompiler = " 1.4.4 "
16+ androidxComposeCompiler = " 1.4.6 "
1717androidxCore = " 1.10.0"
1818androidxLifecycle = " 2.6.1"
1919androidxNavigation = " 2.5.3"
2020androidxEspresso = " 3.5.1"
2121androidxTestRules = " 1.5.0"
2222androidxTestRunner = " 1.5.2"
2323androidxTestMonitor = " 1.6.1"
24- androidxTestCore = " 1.5 .0"
24+ androidxTestCore = " 1.4 .0"
2525androidxTestExt = " 1.1.5"
2626
2727# hilt
Original file line number Diff line number Diff line change 44 " config:base"
55 ],
66 "baseBranches" : [
7- " feature/CM-1239-RenovateBotFix" ,
87 " multi_module"
98 ],
109 "packageRules" : [
You can’t perform that action at this time.
0 commit comments