Skip to content

Commit

Permalink
Merge pull request #680 from extmkv/main
Browse files Browse the repository at this point in the history
Updates libraries to the latest milestone
  • Loading branch information
raamcosta authored Sep 8, 2024
2 parents bde0293 + ffcd7ff commit 7a5aa55
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ minSdk = "21"
compileSdk = "34"
targetSdk = "34"

kotlin = "2.0.0"
kotlin = "2.0.20"
dependencyCheckPluginVersion = "0.51.0"
agp = "8.4.2"
agp = "8.5.2"
mavenPublishPluginVersion = "0.28.0"

composeViewModel = "2.8.4"
activityCompose = "1.9.0"
composeViewModel = "2.8.5"
activityCompose = "1.9.2"

material = "1.12.0"
lifecycleRuntimeKtx = "2.8.4"
lifecycleRuntimeKtx = "2.8.5"

ksp = "2.0.0-1.0.22"
ksp = "2.0.20-1.0.25"

junit = "4.13.2"

compose = "1.7.0-beta06"
composeMaterial = "1.7.0-beta06"
compose = "1.7.0"
composeMaterial = "1.7.0"
composeNavigationMaterial = "1.7.0-beta01"
composeNavigation = "2.8.0-beta06"
composeNavigation = "2.8.0"

ktxSerialization = "1.7.1"
pprint = "1.1.0"
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 @@
#Mon Aug 23 16:48:14 WEST 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 7a5aa55

Please sign in to comment.