-
Notifications
You must be signed in to change notification settings - Fork 3k
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
22 lines (21 loc) · 943 Bytes
/
libs.versions.toml
File metadata and controls
22 lines (21 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[versions]
compileSdk = "36"
minSdk = "21"
targetSdk = "36"
versionCode = "1"
versionName = "1.0"
playServicesMaps = "19.2.0"
kotlinBom = "2.0.0"
appcompat = "1.7.1"
junit = "4.13.2"
androidxTestExtJunit = "1.2.1"
espressoCore = "3.6.1"
agp = "8.12.2"
[libraries]
playServicesMaps = { group = "com.google.android.gms", name = "play-services-maps", version.ref = "playServicesMaps" }
kotlinBom = { group = "org.jetbrains.kotlin", name = "kotlin-bom", version.ref = "kotlinBom" }
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
androidxTestExtJunit = { group = "androidx.test.ext", name = "junit", version.ref = "androidxTestExtJunit" }
espressoCore = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
android-gradle-plugin = { module = "com.android.tools.build:gradle", version.ref = "agp" }