We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d769a31 + 40c8308 commit 429f7dfCopy full SHA for 429f7df
.github/workflows/unit-test.yml
@@ -41,4 +41,4 @@ jobs:
41
run: ./gradlew :app:koverXmlReport --warning-mode all --stacktrace
42
43
- name: Upload Test Report
44
- uses: codecov/codecov-action@v4.3.1
+ uses: codecov/codecov-action@v4.4.0
buildSrc/src/main/kotlin/deps.kt
@@ -36,7 +36,7 @@ object deps {
36
}
37
38
object lifecycle {
39
- private const val version = "2.7.0"
+ private const val version = "2.8.0"
40
const val viewModelKtx = "androidx.lifecycle:lifecycle-viewmodel-ktx:$version" // viewModelScope
const val runtimeKtx = "androidx.lifecycle:lifecycle-runtime-ktx:$version" // lifecycleScope
0 commit comments