This repository was archived by the owner on Jul 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ android.defaults.buildfeatures.resvalues=false
33android.defaults.buildfeatures.shaders =false
44android.injected.testOnly =false
55android.useAndroidX =true
6+ # https://issuetracker.google.com/issues/185418482
7+ android.experimental.lint.version =8.1.0-rc01
68kotlin.code.style =official
79kotlin.daemon.jvmargs =-Xmx8g
810org.gradle.caching =true
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ androidX-activity = "1.7.2"
77androidX-appCompat = " 1.6.1"
88androidX-collection = " 1.2.0"
99androidX-compose = " 1.3.1"
10- androidX-composeCompiler = " 1.4.8 "
10+ androidX-composeCompiler = " 1.5.0 "
1111androidX-core = " 1.10.1"
1212androidX-fragment = " 1.6.0"
1313androidX-lifecycle = " 2.6.1"
@@ -16,7 +16,7 @@ chucker = "4.0.0"
1616coil = " 2.4.0"
1717coroutines = " 1.7.2"
1818glide = " 4.15.1"
19- kotlin = " 1.8.22 "
19+ kotlin = " 1.9.0 "
2020square-okHttp = " 4.11.0"
2121square-retrofit = " 2.9.0"
2222square-moshi = " 1.15.0"
@@ -27,7 +27,7 @@ support = "28.0.0"
2727android-application = { id = " com.android.application" , version.ref = " agp" }
2828android-library = { id = " com.android.library" , version.ref = " agp" }
2929kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
30- ksp = " com.google.devtools.ksp:1.8.22 -1.0.11"
30+ ksp = " com.google.devtools.ksp:1.9.0 -1.0.11"
3131napt = " com.sergei-lapin.napt:1.19"
3232kotlinter = " org.jmailen.kotlinter:3.15.0"
3333detekt = " io.gitlab.arturbosch.detekt:1.23.0"
You can’t perform that action at this time.
0 commit comments