54 lines
2.8 KiB
TOML
54 lines
2.8 KiB
TOML
[versions]
|
|
agp = "8.9.1"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.3.0"
|
|
espressoCore = "3.7.0"
|
|
appcompat = "1.7.1"
|
|
material = "1.13.0"
|
|
activity = "1.13.0"
|
|
constraintlayout = "2.2.1"
|
|
swiperefreshlayout = "1.2.0"
|
|
hilt = "2.51.1"
|
|
navigation = "2.8.8"
|
|
retrofit = "2.11.0"
|
|
okhttp = "4.12.0"
|
|
glide = "4.16.0"
|
|
viewpager2 = "1.1.0"
|
|
camera = "1.4.1"
|
|
|
|
[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" }
|
|
swiperefreshlayout = { group = "androidx.swiperefreshlayout", name = "swiperefreshlayout", version.ref = "swiperefreshlayout" }
|
|
hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }
|
|
hilt-compiler = { group = "com.google.dagger", name = "hilt-compiler", version.ref = "hilt" }
|
|
navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "navigation" }
|
|
navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "navigation" }
|
|
|
|
# Networking
|
|
retrofit = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit" }
|
|
retrofit-gson = { group = "com.squareup.retrofit2", name = "converter-gson", version.ref = "retrofit" }
|
|
okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okhttp" }
|
|
okhttp-logging = { group = "com.squareup.okhttp3", name = "logging-interceptor", version.ref = "okhttp" }
|
|
|
|
# UI Components
|
|
viewpager2 = { group = "androidx.viewpager2", name = "viewpager2", version.ref = "viewpager2" }
|
|
glide = { group = "com.github.bumptech.glide", name = "glide", version.ref = "glide" }
|
|
glide-compiler = { group = "com.github.bumptech.glide", name = "compiler", version.ref = "glide" }
|
|
|
|
# CameraX
|
|
camera-core = { group = "androidx.camera", name = "camera-core", version.ref = "camera" }
|
|
camera-camera2 = { group = "androidx.camera", name = "camera-camera2", version.ref = "camera" }
|
|
camera-lifecycle = { group = "androidx.camera", name = "camera-lifecycle", version.ref = "camera" }
|
|
camera-view = { group = "androidx.camera", name = "camera-view", version.ref = "camera" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|
|
navigation-safeargs = { id = "androidx.navigation.safeargs", version.ref = "navigation" }
|