mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 22:00:30 +05:30
64 lines
4.2 KiB
TOML
64 lines
4.2 KiB
TOML
[versions]
|
|
appcompat = "1.6.1"
|
|
core = "1.10.1"
|
|
gradle = "8.1.1"
|
|
lifecycle = "2.6.1"
|
|
constraintlayout = "2.1.4"
|
|
material = "1.9.0"
|
|
navigation = "2.7.1"
|
|
legacySupport = "1.0.0"
|
|
preference = "1.2.1"
|
|
extJunit = "1.1.5"
|
|
espresso = "3.5.1"
|
|
workRuntime = "2.8.1"
|
|
retrofit = "2.9.0"
|
|
desugaring = "2.0.3"
|
|
cronetEmbedded = "113.5672.61"
|
|
cronetOkHttp = "0.1.0"
|
|
coil = "2.4.0"
|
|
leakcanary = "2.12"
|
|
room = "2.5.2"
|
|
kotlinxSerialization = "1.6.0"
|
|
kotlinxDatetime = "0.4.1"
|
|
kotlinxRetrofit = "1.0.0"
|
|
media3 = "1.1.1"
|
|
activity = "1.7.2"
|
|
fragment = "1.6.1"
|
|
|
|
[libraries]
|
|
androidx-activity = { group = "androidx.activity", name = "activity-ktx", version.ref = "activity" }
|
|
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
androidx-core = { group = "androidx.core", name = "core", version.ref = "core" }
|
|
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
|
androidx-fragment = { group = "androidx.fragment", name = "fragment-ktx", version.ref = "fragment" }
|
|
gradle = { module = "com.android.tools.build:gradle", version.ref = "gradle" }
|
|
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" }
|
|
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" }
|
|
square-retrofit = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit" }
|
|
desugaring = { group = "com.android.tools", name = "desugar_jdk_libs_nio", version.ref = "desugaring" }
|
|
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" }
|
|
lifecycle-service = { group = "androidx.lifecycle", name = "lifecycle-service", version.ref = "lifecycle" }
|
|
room = { group = "androidx.room", name="room-ktx", version.ref = "room" }
|
|
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" }
|
|
kotlinx-serialization-retrofit = { group = "com.jakewharton.retrofit", name = "retrofit2-kotlinx-serialization-converter", version.ref = "kotlinxRetrofit" }
|