Skip to content

Commit

Permalink
Merge pull request #225 from Kotlin-Android-Open-Source/renovate/all-…
Browse files Browse the repository at this point in the history
…deps

chore(deps): update all dependencies
  • Loading branch information
hoc081098 committed May 15, 2024
2 parents d769a31 + 40c8308 commit 429f7df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
run: ./gradlew :app:koverXmlReport --warning-mode all --stacktrace

- name: Upload Test Report
uses: codecov/codecov-action@v4.3.1
uses: codecov/codecov-action@v4.4.0
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object deps {
}

object lifecycle {
private const val version = "2.7.0"
private const val version = "2.8.0"

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

0 comments on commit 429f7df

Please sign in to comment.