Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent b5166a1 commit 341677c
Show file tree
Hide file tree
Showing 6 changed files with 213 additions and 140 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v2
uses: gradle/wrapper-validation-action@v3

- name: Setup JDK
uses: actions/setup-java@v4
Expand Down
24 changes: 12 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
# limitations under the License.

[versions]
accompanist = "0.32.0"
accompanist = "0.37.0"
activity = "1.9.3"
agp = "8.7.3"
benchmarkMacroJunit4 = "1.3.3"
baselineprofile = "1.3.3"
camera = "1.4.0"
camera = "1.4.1"
cameraViewfinderCompose = "1.0.0-SNAPSHOT"
coil = "2.4.0"
compose_bom = "2024.11.00"
coil = "2.7.0"
compose_bom = "2024.12.01"
composeCompiler = "1.5.4" # Used in app/build.gradle.kts
compose-foundation = "1.6.0-beta03"
concurrent = "1.2.0"
Expand All @@ -30,22 +30,22 @@ core-performance = "1.0.0"
core-splashscreen = "1.0.1"
espresso = "3.6.1"
graphics = "1.0.1"
hilt = "2.49"
hilt = "2.53.1"
hiltNavigationCompose = "1.2.0"
junit = "4.13.2"
kotlin = "2.0.0"
kotlin = "2.1.0"
kotlinxSerializationJson = "1.7.3"
ksp = "2.0.0-1.0.21"
ksp = "2.1.0-1.0.29"
lifecycle = "2.8.7"
material3 = "1.3.1"
media3 = "1.4.0-rc01"
media3 = "1.5.0"
navigation = "2.8.5"
profileinstaller = "1.4.1"
room = "2.6.1"
spotless = "6.24.0"
spotless = "6.25.0"
test = "1.2.1"
truth = "1.1.3"
turbine = "1.0.0"
truth = "1.4.4"
turbine = "1.2.0"
uiautomator = "2.3.0"
window = "1.3.0"
material3-adaptive-navigation-suite = "1.3.1"
Expand Down Expand Up @@ -113,7 +113,7 @@ truth = { group = "com.google.truth", name = "truth", version.ref = "truth" }
turbine = { group = "app.cash.turbine", name = "turbine", version.ref = "turbine" }
uiautomator = { group = "androidx.test.uiautomator", name = "uiautomator", version.ref = "uiautomator" }
window = { group = "androidx.window", name = "window", version.ref = "window" }
ktlint = "com.pinterest.ktlint:ktlint-cli:1.1.1" # Used in build.gradle.kts
ktlint = "com.pinterest.ktlint:ktlint-cli:1.5.0" # Used in build.gradle.kts
generativeai = { group = "com.google.ai.client.generativeai", name = "generativeai", version.ref = "generativeai"}
datastore = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "datastore"}

Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 3 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#Thu Dec 08 17:47:03 JST 2022
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit 341677c

Please sign in to comment.