aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/linux/android/gradle_project/gradle/libs.versions.toml
blob: 65bc49af9025567aaff4573bf7aac2d8663d2489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[versions]
agp = "7.4.1"
appcompat = "1.6.1"
material = "1.11.0"
constraintlayout = "2.1.4"

[libraries]
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }

[plugins]
androidApplication = { id = "com.android.application", version.ref = "agp" }

[bundles]