2022-06-25 13:34:21 +05:30
|
|
|
[versions]
|
2022-10-20 01:26:39 +05:30
|
|
|
appcompat = "1.5.1"
|
2022-08-04 13:02:02 +05:30
|
|
|
lifecycle = "2.5.1"
|
2022-08-27 17:27:41 +05:30
|
|
|
constraintlayout = "2.1.4"
|
2022-10-24 21:57:01 +05:30
|
|
|
material = "1.8.0-alpha02"
|
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"
|
2022-11-09 02:22:59 +05:30
|
|
|
extJunit = "1.1.4"
|
2022-11-09 02:04:55 +05:30
|
|
|
espresso = "3.5.0"
|
2022-07-28 16:57:52 +05:30
|
|
|
workRuntime = "2.7.1"
|
2022-06-25 13:34:21 +05:30
|
|
|
circleimageview = "3.1.0"
|
2022-09-09 00:26:55 +05:30
|
|
|
exoplayer = "2.18.1"
|
2022-06-25 13:34:21 +05:30
|
|
|
multidex = "2.0.1"
|
|
|
|
retrofit = "2.9.0"
|
2022-11-22 06:47:31 +05:30
|
|
|
jacksonAnnotations = "2.14.1"
|
2022-10-20 01:28:50 +05:30
|
|
|
desugaring = "1.2.2"
|
2022-10-20 01:34:05 +05:30
|
|
|
cronetEmbedded = "106.5249.126"
|
2022-07-21 19:06:15 +05:30
|
|
|
cronetOkHttp = "0.1.0"
|
2022-10-20 01:28:39 +05:30
|
|
|
coil = "2.2.2"
|
2022-11-11 12:34:36 +05:30
|
|
|
leakcanary = "2.10"
|
2022-08-13 23:34:07 +05:30
|
|
|
room = "2.4.3"
|
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
|
|
|
circleimageview = { group = "de.hdodenhof", name = "circleimageview", version.ref = "circleimageview" }
|
|
|
|
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" }
|
|
|
|
androidx-multidex = { group = "androidx.multidex", name = "multidex", version.ref = "multidex" }
|
|
|
|
square-retrofit = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit" }
|
|
|
|
square-retrofit-converterJackson = { group = "com.squareup.retrofit2", name = "converter-jackson", version.ref = "retrofit" }
|
|
|
|
jacksonAnnotations = { group = "com.fasterxml.jackson.core", name = "jackson-annotations", version.ref = "jacksonAnnotations" }
|
|
|
|
desugaring = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "desugaring" }
|
|
|
|
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" }
|
2022-08-14 02:41:33 +05:30
|
|
|
room = { group = "androidx.room", name="room-runtime", version.ref = "room" }
|
|
|
|
room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" }
|