Skip to content

Commit

Permalink
Upgrade libs
Browse files Browse the repository at this point in the history
 - kotlin 1.9.22 -> 1.9.23
 - compose 1.6.0 -> 1.6.1
 - agp 8.3.0 -> 8.3.1
 - gradle 8.6 -> 8.7
  • Loading branch information
darkokoa committed Apr 3, 2024
1 parent 5939e9a commit 5af942d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]

kotlin = "1.9.22"
compose = "1.6.0"
agp = "8.3.0"
kotlin = "1.9.23"
compose = "1.6.1"
agp = "8.3.1"
androidx-activityCompose = "1.8.2"
kotlinx-datetime = "0.5.0"
maven-publish = "0.27.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 @@

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 5af942d

Please sign in to comment.