File tree 3 files changed +3
-4
lines changed
build-logic/src/main/java/ytemplate/android
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(
54
54
" -opt-in=kotlin.Experimental" ,
55
55
)
56
56
57
- jvmTarget = JavaVersion .VERSION_11 .toString()
57
+ jvmTarget = JavaVersion .VERSION_17 .toString()
58
58
}
59
59
}
60
60
}
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ androidGradlePlugin = "8.0.0"
13
13
androidxComposeBom = " 2023.04.01"
14
14
androidxActivityCompose = " 1.7.1"
15
15
androidxAppCompat = " 1.6.1"
16
- androidxComposeCompiler = " 1.4.4 "
16
+ androidxComposeCompiler = " 1.4.6 "
17
17
androidxCore = " 1.10.0"
18
18
androidxLifecycle = " 2.6.1"
19
19
androidxNavigation = " 2.5.3"
20
20
androidxEspresso = " 3.5.1"
21
21
androidxTestRules = " 1.5.0"
22
22
androidxTestRunner = " 1.5.2"
23
23
androidxTestMonitor = " 1.6.1"
24
- androidxTestCore = " 1.5 .0"
24
+ androidxTestCore = " 1.4 .0"
25
25
androidxTestExt = " 1.1.5"
26
26
27
27
# hilt
Original file line number Diff line number Diff line change 4
4
" config:base"
5
5
],
6
6
"baseBranches" : [
7
- " feature/CM-1239-RenovateBotFix" ,
8
7
" multi_module"
9
8
],
10
9
"packageRules" : [
You can’t perform that action at this time.
0 commit comments