2022-06-25 13:34:21 +05:30
|
|
|
[versions]
|
2023-02-09 00:58:27 +05:30
|
|
|
appcompat = "1.6.1"
|
2023-05-10 23:08:30 +05:30
|
|
|
core = "1.10.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-05-05 05:20:04 +05:30
|
|
|
material = "1.9.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"
|
2022-06-25 13:34:21 +05:30
|
|
|
retrofit = "2.9.0"
|
2023-04-01 08:33:12 +05:30
|
|
|
desugaring = "2.0.3"
|
2023-05-25 00:19:12 +05:30
|
|
|
cronetEmbedded = "113.5672.61"
|
2022-07-21 19:06:15 +05:30
|
|
|
cronetOkHttp = "0.1.0"
|
2023-05-22 02:08:35 +05:30
|
|
|
coil = "2.4.0"
|
2023-06-30 04:41:06 +05:30
|
|
|
leakcanary = "2.12"
|
2023-06-22 03:04:33 +05:30
|
|
|
room = "2.5.2"
|
2023-05-11 22:56:31 +05:30
|
|
|
kotlinxSerialization = "1.5.1"
|
2023-01-18 06:28:21 +05:30
|
|
|
kotlinxDatetime = "0.4.0"
|
2023-04-19 13:16:30 +05:30
|
|
|
kotlinxRetrofit = "1.0.0"
|
2023-07-05 15:49:34 +05:30
|
|
|
media3 = "1.1.0"
|
2022-06-25 13:34:21 +05:30
|
|
|
|
|
|
|
[libraries]
|
|
|
|
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
2023-04-09 17:18:35 +05:30
|
|
|
androidx-core = { group = "androidx.core", name = "core", version.ref = "core" }
|
2022-06-25 13:34:21 +05:30
|
|
|
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" }
|
2023-05-15 20:51:49 +05:30
|
|
|
androidx-media3-exoplayer = { group = "androidx.media3", name="media3-exoplayer", version.ref="media3" }
|
|
|
|
androidx-media3-exoplayer-hls = { group = "androidx.media3", name="media3-exoplayer-hls", version.ref="media3" }
|
|
|
|
androidx-media3-exoplayer-dash = { group = "androidx.media3", name="media3-exoplayer-dash", version.ref="media3" }
|
|
|
|
androidx-media3-datasource-cronet = { group = "androidx.media3", name = "media3-datasource-cronet", version.ref = "media3" }
|
|
|
|
androidx-media3-session = { group="androidx.media3", name="media3-session", version.ref="media3" }
|
|
|
|
androidx-media3-ui = { group="androidx.media3", name="media3-ui", version.ref="media3" }
|
2022-06-25 13:34:21 +05:30
|
|
|
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
|
|
|
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-03-28 22:19:08 +05:30
|
|
|
kotlinx-serialization-retrofit = { group = "com.jakewharton.retrofit", name = "retrofit2-kotlinx-serialization-converter", version.ref = "kotlinxRetrofit" }
|