Skip to content

Commit

Permalink
chore: increased versions (#1769)
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso authored Aug 27, 2024
1 parent 840ada6 commit ac20c03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ApiDemos/kotlin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
gradle = "8.5.1"
gradle = "8.5.2"
kotlin = "2.0.0"
appcompat = "1.7.0"
cardview = "1.0.0"
Expand All @@ -8,7 +8,7 @@ multidex = "2.0.1"
secretsGradlePlugin = "2.0.1"
volley = "1.2.1"
lifecycle = "2.8.4"
mapsKtx = "5.1.0"
mapsKtx = "5.1.1"
easypermissions = "3.0.0"
junit = "4.13.2"
androidxJunit = "1.2.1"
Expand Down
4 changes: 2 additions & 2 deletions snippets/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ junitVersion = "1.2.1"
kotlin = "2.0.0"
coreKtx = "1.13.1"
appCompat = "1.7.0"
composeFoundation = "1.7.0-beta06"
composeMaterial = "1.7.0-beta06"
composeFoundation = "1.7.0-rc01"
composeMaterial = "1.7.0-rc01"
mapsKtx = "5.1.1"
material = "1.12.0"
constraintLayout = "2.1.4"
Expand Down
2 changes: 1 addition & 1 deletion tutorials/kotlin/Polygons/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ minSdk = "21"
targetSdk = "34"
versionCode = "1"
versionName = "1.0"
kotlin = "1.8.0" # Replace with your Kotlin version if different
kotlin = "2.0.0"
appcompat = "1.7.0"
playServicesMaps = "19.0.0"
junit = "4.13.2"
Expand Down

0 comments on commit ac20c03

Please sign in to comment.