51 lines
2.6 KiB
TOML
51 lines
2.6 KiB
TOML
[versions]
|
|
agp = "8.10.1"
|
|
documentfile = "1.1.0"
|
|
exp4j = "0.4.8"
|
|
glide = "4.16.0"
|
|
kotlin = "2.0.0"
|
|
coreKtx = "1.16.0"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.2.1"
|
|
espressoCore = "3.6.1"
|
|
appcompat = "1.7.1"
|
|
lottie = "6.2.0"
|
|
material = "1.12.0"
|
|
activity = "1.10.1"
|
|
constraintlayout = "2.2.1"
|
|
materialColorUtilities = "1.3.0"
|
|
gridlayout = "1.1.0"
|
|
photoview = "2.3.0"
|
|
roomRuntime = "2.7.1"
|
|
swiperefreshlayout = "1.2.0-beta01"
|
|
viewpager = "1.1.0"
|
|
zoomage = "1.3.1"
|
|
|
|
[libraries]
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
androidx-documentfile = { module = "androidx.documentfile:documentfile", version.ref = "documentfile" }
|
|
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "roomRuntime" }
|
|
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "roomRuntime" }
|
|
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "roomRuntime" }
|
|
androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "swiperefreshlayout" }
|
|
androidx-viewpager = { module = "androidx.viewpager:viewpager", version.ref = "viewpager" }
|
|
exp4j = { module = "net.objecthunter:exp4j", version.ref = "exp4j" }
|
|
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" }
|
|
lottie = { module = "com.airbnb.android:lottie", version.ref = "lottie" }
|
|
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" }
|
|
material-color-utilities = { module = "com.google.android.material:material-color-utilities", version.ref = "materialColorUtilities" }
|
|
androidx-gridlayout = { group = "androidx.gridlayout", name = "gridlayout", version.ref = "gridlayout" }
|
|
photoview = { module = "com.github.chrisbanes:PhotoView", version.ref = "photoview" }
|
|
zoomage = { module = "com.jsibbold:zoomage", version.ref = "zoomage" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
|