[versions] agp = "8.9.1" documentfile = "1.0.1" exp4j = "0.4.8" glide = "4.16.0" kotlin = "1.9.24" coreKtx = "1.15.0" junit = "4.13.2" junitVersion = "1.2.1" espressoCore = "3.6.1" appcompat = "1.7.0" lottie = "6.2.0" material = "1.12.0" activity = "1.9.3" constraintlayout = "2.2.0" materialColorUtilities = "1.3.0" gridlayout = "1.0.0" photoview = "2.3.0" 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-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" }