47 lines
2.8 KiB
TOML
47 lines
2.8 KiB
TOML
[versions]
|
|
agp = "8.13.1"
|
|
firebase-bom = "33.0.0"
|
|
navigation-fragment = "2.7.7"
|
|
navigation-ui = "2.7.7"
|
|
legacy-support-v4 = "1.0.0"
|
|
lifecycle-livedata = "2.7.0"
|
|
lifecycle-viewmodel = "2.7.0"
|
|
recyclerview = "1.3.2"
|
|
map-kit = "4.5.1-full"
|
|
dagger = "2.48"
|
|
dagger-compiler = "2.15"
|
|
activity = "1.8.0"
|
|
rxjava = "3.0.2"
|
|
fragment = "1.7.0"
|
|
glide = "4.12.0"
|
|
lifecycle-livedata-ktx = "2.8.0"
|
|
lifecycle-viewmodel-ktx = "2.8.0"
|
|
[libraries]
|
|
appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" }
|
|
constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" }
|
|
espresso-core = { module = "androidx.test.espresso:espresso-core", version = "3.5.1" }
|
|
ext-junit = { module = "androidx.test.ext:junit", version = "1.1.5" }
|
|
firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "firebase-bom" }
|
|
junit = { module = "junit:junit", version = "4.13.2" }
|
|
material = { module = "com.google.android.material:material", version = "1.11.0" }
|
|
navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "navigation-fragment" }
|
|
navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "navigation-ui" }
|
|
legacy-support-v4 = { group = "androidx.legacy", name = "legacy-support-v4", version.ref = "legacy-support-v4" }
|
|
lifecycle-livedata = { group = "androidx.lifecycle", name = "lifecycle-livedata", version.ref = "lifecycle-livedata" }
|
|
lifecycle-viewmodel = { group = "androidx.lifecycle", name = "lifecycle-viewmodel", version.ref = "lifecycle-viewmodel" }
|
|
recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" }
|
|
yandex-map-kit = { module = "com.yandex.android:maps.mobile", version.ref = "map-kit" }
|
|
dagger2 = { module = "com.google.dagger:dagger", version.ref = "dagger" }
|
|
dagger-compiler = { module = 'com.google.dagger:dagger-compiler', version.ref = "dagger-compiler" }
|
|
activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
|
|
rxjava = { module = "io.reactivex.rxjava3:rxandroid", version.ref = "rxjava" }
|
|
fragment = { module = "androidx.fragment:fragment", version.ref = "fragment" }
|
|
glide = {module = "com.github.bumptech.glide:glide", version.ref = "glide" }
|
|
firebase-auth = { module="com.google.firebase:firebase-auth" }
|
|
firebase-firestore = { module="com.google.firebase:firebase-firestore" }
|
|
firebase-storage = { module="com.google.firebase:firebase-storage" }
|
|
lifecycle-livedata-ktx = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "lifecycle-livedata-ktx" }
|
|
lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycle-viewmodel-ktx" }
|
|
[plugins]
|
|
androidApplication = { id = "com.android.application", version.ref = "agp" }
|
|
androidLibrary = { id = "com.android.library", version.ref = "agp" } |