2022-06-25 13:34:21 +05:30
|
|
|
[versions]
|
2023-02-09 00:58:27 +05:30
|
|
|
appcompat = "1.6.1"
|
2023-03-23 00:59:05 +05:30
|
|
|
lifecycle = "2.6.1"
|
2022-08-27 17:27:41 +05:30
|
|
|
constraintlayout = "2.1.4"
|
2023-01-25 05:35:12 +05:30
|
|
|
material = "1.8.0"
|
2022-10-24 20:44:02 +05:30
|
|
|
navigation = "2.5.3"
|
2022-06-25 13:34:21 +05:30
|
|
|
legacySupport = "1.0.0"
|
|
|
|
preference = "1.2.0"
|
2023-01-04 03:39:25 +05:30
|
|
|
extJunit = "1.1.5"
|
2023-01-04 13:30:33 +05:30
|
|
|
espresso = "3.5.1"
|
2023-03-23 00:59:00 +05:30
|
|
|
workRuntime = "2.8.1"
|
2023-03-22 18:23:04 +05:30
|
|
|
exoplayer = "2.18.5"
|
2022-06-25 13:34:21 +05:30
|
|
|
retrofit = "2.9.0"
|
2023-02-03 16:43:35 +05:30
|
|
|
desugaring = "2.0.2"
|
2022-12-13 22:04:35 +05:30
|
|
|
cronetEmbedded = "108.5359.79"
|
2022-07-21 19:06:15 +05:30
|
|
|
cronetOkHttp = "0.1.0"
|
2023-03-26 06:54:38 +05:30
|
|
|
coil = "2.3.0"
|
2022-11-11 12:34:36 +05:30
|
|
|
leakcanary = "2.10"
|
2023-03-23 06:16:05 +05:30
|
|
|
room = "2.5.1"
|
2023-02-25 03:01:20 +05:30
|
|
|
kotlinxSerialization = "1.5.0"
|
2023-01-18 06:28:21 +05:30
|
|
|
kotlinxDatetime = "0.4.0"
|
|
|
|
kotlinxRetrofit = "0.8.0"
|
2023-02-12 18:41:39 +05:30
|
|
|
viewBindingDelegate = "1.5.8"
|
2022-06-25 13:34:21 +05:30
|
|
|
|
|
|
|
[libraries]
|
|
|
|
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
|
|
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
|
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
|
|
androidx-navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment-ktx", version.ref = "navigation" }
|
|
|
|
androidx-navigation-ui = { group = "androidx.navigation", name = "navigation-ui-ktx", version.ref = "navigation" }
|
|
|
|
androidx-legacySupport = { group = "androidx.legacy", name = "legacy-support-v4", version.ref = "legacySupport" }
|
|
|
|
androidx-preference = { group = "androidx.preference", name = "preference-ktx", version.ref = "preference" }
|
|
|
|
androidx-test-junit = { group = "androidx.test.ext", name = "junit", version.ref = "extJunit" }
|
|
|
|
androidx-test-espressoCore = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso" }
|
2022-07-28 16:57:52 +05:30
|
|
|
androidx-work-runtime = { group = "androidx.work", name="work-runtime-ktx", version.ref="workRuntime" }
|
2022-06-25 13:34:21 +05:30
|
|
|
exoplayer = { group = "com.google.android.exoplayer", name = "exoplayer", version.ref = "exoplayer" }
|
|
|
|
exoplayer-extension-mediasession = { group = "com.google.android.exoplayer", name = "extension-mediasession", version.ref = "exoplayer" }
|
|
|
|
square-retrofit = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit" }
|
2023-03-07 07:14:09 +05:30
|
|
|
desugaring = { group = "com.android.tools", name = "desugar_jdk_libs_nio", version.ref = "desugaring" }
|
2022-06-25 13:34:21 +05:30
|
|
|
exoplayer-extension-cronet = { group = "com.google.android.exoplayer", name = "extension-cronet", version.ref = "exoplayer" }
|
2022-11-16 19:47:27 +05:30
|
|
|
exoplayer-dash = { group = "com.google.android.exoplayer", name = "exoplayer-dash", version.ref = "exoplayer" }
|
2022-06-25 13:34:21 +05:30
|
|
|
cronet-embedded = { group = "org.chromium.net", name = "cronet-embedded", version.ref = "cronetEmbedded" }
|
2022-07-21 19:06:15 +05:30
|
|
|
cronet-okhttp = { group = "com.google.net.cronet", name = "cronet-okhttp", version.ref = "cronetOkHttp" }
|
2022-07-21 19:51:43 +05:30
|
|
|
coil = { group = "io.coil-kt", name = "coil", version.ref="coil" }
|
2022-08-04 13:02:02 +05:30
|
|
|
square-leakcanary = { group = "com.squareup.leakcanary", name = "leakcanary-android", version.ref = "leakcanary" }
|
|
|
|
lifecycle-viewmodel = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
|
|
|
|
lifecycle-runtime = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle" }
|
2022-08-13 23:34:07 +05:30
|
|
|
lifecycle-livedata = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "lifecycle" }
|
2023-02-06 06:47:07 +05:30
|
|
|
lifecycle-service = { group = "androidx.lifecycle", name = "lifecycle-service", version.ref = "lifecycle" }
|
2023-01-20 16:20:08 +05:30
|
|
|
room = { group = "androidx.room", name="room-ktx", version.ref = "room" }
|
2023-01-18 06:28:21 +05:30
|
|
|
room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" }
|
|
|
|
kotlinx-serialization = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinxSerialization" }
|
|
|
|
kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version.ref = "kotlinxDatetime" }
|
2023-02-12 18:41:39 +05:30
|
|
|
kotlinx-serialization-retrofit = { group = "com.jakewharton.retrofit", name = "retrofit2-kotlinx-serialization-converter", version.ref = "kotlinxRetrofit" }
|
|
|
|
viewBindingPropertyDelegate = { group = "com.github.kirich1409", name = "viewbindingpropertydelegate-noreflection", version.ref = "viewBindingDelegate" }
|