Skip to content

Commit

Permalink
Update Patch dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 775119b commit 1afb8f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/runTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Set up our JDK environment
uses: actions/[email protected]
with:
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
android-gradle = "8.5.1"
kotlin = "1.9.23"
kotlin = "1.9.25"
coroutines = "1.9.0"
# https://developer.android.com/jetpack/compose/bom/bom-mapping
compose-bom = "2024.09.00"
compose-bom = "2024.09.03"
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility
compose-compiler = "1.5.11"
compileSdk = "34"
minSdk = "23"

activity = "1.9.1"
activity = "1.9.2"
accompanist = "0.36.0"
material3 = "1.3.0"
appcompat = "1.7.0"
Expand All @@ -22,13 +22,13 @@ lint = "31.7.0"
kotlinter = "4.3.0"

# Sample app
kotlin-inject = "0.7.1"
ksp = "1.9.23-1.0.19"
kotlin-inject = "0.7.2"
ksp = "1.9.25-1.0.20"
coil = "2.7.0"
retrofit = "2.11.0"
junit-old = "1.2.1"
espresso-core = "3.6.1"
lifecycle-runtime-ktx = "2.8.4"
lifecycle-runtime-ktx = "2.8.6"

[plugins]
kotest = { id = "io.kotest.multiplatform", version.ref = "kotest" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 1afb8f5

Please sign in to comment.