chore: increased versions (#1769)

This commit is contained in:
Enrique López Mañas 2024-08-27 18:28:54 +02:00 committed by GitHub
parent 840ada6d6a
commit ac20c0322f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -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"
@ -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"

View File

@ -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"

View File

@ -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"