robot36/gradle/libs.versions.toml

23 lines
939 B
TOML
Raw Normal View History

2024-04-12 11:48:25 +02:00
[versions]
2025-03-12 19:41:50 +01:00
agp = "8.9.0"
2024-04-12 11:48:25 +02:00
junit = "4.13.2"
2024-08-14 14:19:22 +02:00
junitVersion = "1.2.1"
espressoCore = "3.6.1"
appcompat = "1.7.0"
2024-05-24 10:01:16 +02:00
material = "1.12.0"
2025-03-12 19:41:50 +01:00
activity = "1.10.1"
constraintlayout = "2.2.1"
2024-04-12 11:48:25 +02:00
[libraries]
junit = { group = "junit", name = "junit", version.ref = "junit" }
ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
[plugins]
androidApplication = { id = "com.android.application", version.ref = "agp" }