Skip to content

Commit 4cbd476

Browse files
authored
Merge pull request #396 from mbakgun/renovate/lifecycle
Update lifecycle to v2.9.0
2 parents 77a6cff + 91bc3fe commit 4cbd476

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
44
#Kotlin
55
kotlin.code.style=official
66
kotlin.native.ignoreDisabledTargets=true
7+
kotlin.native.cacheKind=none
78

89
#MPP
910
kotlin.mpp.stability.nowarn=true

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ktorClient = "3.1.3"
55
kotlinxCoroutines = "1.10.2"
66
coil3 = "3.2.0"
77
lifecycleRuntimeAndroid = "2.9.0"
8-
lifecycle = "2.8.4"
8+
lifecycle = "2.9.0"
99

1010
[plugins]
1111
detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.8" }

0 commit comments

Comments
 (0)