Skip to content

Commit 429f7df

Browse files
authored
Merge pull request #225 from Kotlin-Android-Open-Source/renovate/all-deps
chore(deps): update all dependencies
2 parents d769a31 + 40c8308 commit 429f7df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
run: ./gradlew :app:koverXmlReport --warning-mode all --stacktrace
4242

4343
- name: Upload Test Report
44-
uses: codecov/codecov-action@v4.3.1
44+
uses: codecov/codecov-action@v4.4.0

buildSrc/src/main/kotlin/deps.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ object deps {
3636
}
3737

3838
object lifecycle {
39-
private const val version = "2.7.0"
39+
private const val version = "2.8.0"
4040

4141
const val viewModelKtx = "androidx.lifecycle:lifecycle-viewmodel-ktx:$version" // viewModelScope
4242
const val runtimeKtx = "androidx.lifecycle:lifecycle-runtime-ktx:$version" // lifecycleScope

0 commit comments

Comments
 (0)