mirror of
https://github.com/googlemaps/android-samples.git
synced 2025-12-08 18:02:20 +00:00
chore: bump versions for gradle (8.8.0), kotlin(2.1.0)), the targetSdk(35) and other deps
20 lines
950 B
TOML
20 lines
950 B
TOML
[versions]
|
|
appcompat = "1.7.0"
|
|
recyclerview = "1.4.0"
|
|
volley = "1.2.1"
|
|
kotlinBom = "2.0.21"
|
|
playServicesMaps = "19.0.0"
|
|
junit = "4.13.2"
|
|
androidxJunit = "1.2.1"
|
|
espresso = "3.6.1"
|
|
|
|
|
|
[libraries]
|
|
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version.ref = "recyclerview" }
|
|
volley = { group = "com.android.volley", name = "volley", version.ref = "volley" }
|
|
kotlinBom = { group = "org.jetbrains.kotlin", name = "kotlin-bom", version.ref = "kotlinBom" }
|
|
playServicesMaps = { group = "com.google.android.gms", name = "play-services-maps", version.ref = "playServicesMaps" }
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
androidxJunit = { group = "androidx.test.ext", name = "junit", version.ref = "androidxJunit" }
|
|
espressoCore = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso" } |