File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
tutorials/kotlin/Polygons/gradle Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[versions ]
2
- gradle = " 8.5.1 "
2
+ gradle = " 8.5.2 "
3
3
kotlin = " 2.0.0"
4
4
appcompat = " 1.7.0"
5
5
cardview = " 1.0.0"
@@ -8,7 +8,7 @@ multidex = "2.0.1"
8
8
secretsGradlePlugin = " 2.0.1"
9
9
volley = " 1.2.1"
10
10
lifecycle = " 2.8.4"
11
- mapsKtx = " 5.1.0 "
11
+ mapsKtx = " 5.1.1 "
12
12
easypermissions = " 3.0.0"
13
13
junit = " 4.13.2"
14
14
androidxJunit = " 1.2.1"
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ junitVersion = "1.2.1"
5
5
kotlin = " 2.0.0"
6
6
coreKtx = " 1.13.1"
7
7
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 "
10
10
mapsKtx = " 5.1.1"
11
11
material = " 1.12.0"
12
12
constraintLayout = " 2.1.4"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ minSdk = "21"
4
4
targetSdk = " 34"
5
5
versionCode = " 1"
6
6
versionName = " 1.0"
7
- kotlin = " 1.8 .0" # Replace with your Kotlin version if different
7
+ kotlin = " 2.0 .0"
8
8
appcompat = " 1.7.0"
9
9
playServicesMaps = " 19.0.0"
10
10
junit = " 4.13.2"
You can’t perform that action at this time.
0 commit comments