mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 22:00:30 +05:30
52 lines
3.4 KiB
TOML
52 lines
3.4 KiB
TOML
[versions]
|
|
appcompat = "1.5.0"
|
|
lifecycle = "2.5.1"
|
|
constraintlayout = "2.1.4"
|
|
material = "1.8.0-alpha01"
|
|
navigation = "2.5.1"
|
|
legacySupport = "1.0.0"
|
|
preference = "1.2.0"
|
|
extJunit = "1.1.3"
|
|
espresso = "3.4.0"
|
|
workRuntime = "2.7.1"
|
|
circleimageview = "3.1.0"
|
|
exoplayer = "2.18.1"
|
|
multidex = "2.0.1"
|
|
retrofit = "2.9.0"
|
|
jacksonAnnotations = "2.13.3"
|
|
desugaring = "1.1.5"
|
|
cronetEmbedded = "101.4951.41"
|
|
cronetOkHttp = "0.1.0"
|
|
coil = "2.2.0"
|
|
leakcanary = "2.8.1"
|
|
room = "2.4.3"
|
|
|
|
[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" }
|
|
androidx-work-runtime = { group = "androidx.work", name="work-runtime-ktx", version.ref="workRuntime" }
|
|
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" }
|
|
cronet-embedded = { group = "org.chromium.net", name = "cronet-embedded", version.ref = "cronetEmbedded" }
|
|
cronet-okhttp = { group = "com.google.net.cronet", name = "cronet-okhttp", version.ref = "cronetOkHttp" }
|
|
coil = { group = "io.coil-kt", name = "coil", version.ref="coil" }
|
|
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" }
|
|
lifecycle-livedata = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "lifecycle" }
|
|
room = { group = "androidx.room", name="room-runtime", version.ref = "room" }
|
|
room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" } |