Skip to content

Commit 40c8308

Browse files
chore(deps): update all dependencies
| datasource | package | from | to | | ----------- | ------------------------------------------ | ------ | ------ | | github-tags | codecov/codecov-action | v4.3.1 | v4.4.0 | | maven | androidx.lifecycle:lifecycle-common-java8 | 2.7.0 | 2.8.0 | | maven | androidx.lifecycle:lifecycle-runtime-ktx | 2.7.0 | 2.8.0 | | maven | androidx.lifecycle:lifecycle-viewmodel-ktx | 2.7.0 | 2.8.0 |
1 parent d769a31 commit 40c8308

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)