Skip to content

Commit

Permalink
Merge pull request #12 from rezazarchi/update-gradle
Browse files Browse the repository at this point in the history
dependencies upgraded to latest versions
  • Loading branch information
rezazarchi authored May 14, 2024
2 parents adc1a67 + ed9a057 commit b1e765c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[versions]
agp = "8.1.2"
calendar = "1.2.2"
agp = "8.4.0"
calendar = "1.3.0"
gson = "2.10.1"
guava = "31.0.1-android"
org-jetbrains-kotlin-android = "1.9.10"
play-services-wearable = "18.1.0"
protolayout-expression = "1.0.0"
protolayout-material = "1.0.0"
protolayout = "1.0.0"
compose-bom = "2023.10.01"
tiles = "1.2.0"
protolayout-expression = "1.1.0"
protolayout-material = "1.1.0"
protolayout = "1.1.0"
compose-bom = "2024.05.00"
tiles = "1.3.0"
horologist-tiles = "0.1.8"
tiles-renderer = "1.2.0"
tiles-testing = "1.2.0"
watchface-complications-data-source-ktx = "1.1.1"
tiles-renderer = "1.3.0"
tiles-testing = "1.3.0"
watchface-complications-data-source-ktx = "1.2.1"
kotest = "5.7.2"

[libraries]
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 @@
#Thu Sep 07 23:27:30 IRST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit b1e765c

Please sign in to comment.