You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.9 KiB
TOML
39 lines
1.9 KiB
TOML
|
11 months ago
|
[versions]
|
||
|
|
agp = "8.8.0"
|
||
|
|
androidxAppcompatVersion = "1.1.0"
|
||
|
|
annotationVersion = "1.8.2"
|
||
|
|
appcompatVersion = "1.7.0"
|
||
|
|
glide = "4.11.0"
|
||
|
|
kotlin = "1.9.24"
|
||
|
|
coreKtx = "1.10.1"
|
||
|
|
junit = "4.13.2"
|
||
|
|
junitVersion = "1.1.5"
|
||
|
|
espressoCore = "3.5.1"
|
||
|
|
appcompat = "1.6.1"
|
||
|
|
material = "1.10.0"
|
||
|
|
activity = "1.8.0"
|
||
|
|
constraintlayout = "2.1.4"
|
||
|
|
recyclerview = "1.3.0"
|
||
|
|
squareupPicasso = "2.5.2"
|
||
|
|
|
||
|
|
[libraries]
|
||
|
|
androidx-appcompat-v170 = { module = "androidx.appcompat:appcompat", version.ref = "appcompatVersion" }
|
||
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
||
|
|
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" }
|
||
|
|
annotation = { module = "androidx.annotation:annotation", version.ref = "annotationVersion" }
|
||
|
|
appcompat-v110 = { module = "androidx.appcompat:appcompat", version.ref = "androidxAppcompatVersion" }
|
||
|
|
com-squareup-picasso-picasso = { module = "com.squareup.picasso:picasso", version.ref = "squareupPicasso" }
|
||
|
|
glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
|
||
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
||
|
|
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
||
|
|
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
|
||
|
|
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
||
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
||
|
|
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
|
||
|
|
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
||
|
|
|
||
|
|
[plugins]
|
||
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
||
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||
|
|
|