Skip to content

Commit ac20c03

Browse files
authored
chore: increased versions (#1769)
1 parent 840ada6 commit ac20c03

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ApiDemos/kotlin/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
gradle = "8.5.1"
2+
gradle = "8.5.2"
33
kotlin = "2.0.0"
44
appcompat = "1.7.0"
55
cardview = "1.0.0"
@@ -8,7 +8,7 @@ multidex = "2.0.1"
88
secretsGradlePlugin = "2.0.1"
99
volley = "1.2.1"
1010
lifecycle = "2.8.4"
11-
mapsKtx = "5.1.0"
11+
mapsKtx = "5.1.1"
1212
easypermissions = "3.0.0"
1313
junit = "4.13.2"
1414
androidxJunit = "1.2.1"

snippets/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ junitVersion = "1.2.1"
55
kotlin = "2.0.0"
66
coreKtx = "1.13.1"
77
appCompat = "1.7.0"
8-
composeFoundation = "1.7.0-beta06"
9-
composeMaterial = "1.7.0-beta06"
8+
composeFoundation = "1.7.0-rc01"
9+
composeMaterial = "1.7.0-rc01"
1010
mapsKtx = "5.1.1"
1111
material = "1.12.0"
1212
constraintLayout = "2.1.4"

tutorials/kotlin/Polygons/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ minSdk = "21"
44
targetSdk = "34"
55
versionCode = "1"
66
versionName = "1.0"
7-
kotlin = "1.8.0" # Replace with your Kotlin version if different
7+
kotlin = "2.0.0"
88
appcompat = "1.7.0"
99
playServicesMaps = "19.0.0"
1010
junit = "4.13.2"

0 commit comments

Comments
 (0)