Skip to content

Commit

Permalink
Merge branch 'main' into renovate/gradle-8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Nov 15, 2024
2 parents a8fda4b + 8bd5e04 commit b25a1d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
junit_files: '**/build/test-results/**/*.xml'
report_individual_runs: 'true'

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5

- run: >
./gradlew
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ coroutines-js = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core-js", v
coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.6.1" }
material = { module = "com.google.android.material:material", version = "1.12.0" }
robolectric = { module = "org.robolectric:robolectric", version = "4.13" }
robolectric = { module = "org.robolectric:robolectric", version = "4.14" }

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down

0 comments on commit b25a1d9

Please sign in to comment.