[versions] appcompat = "1.7.0" core = "1.13.1" gradle = "8.5.2" junit = "4.13.2" kotlin = "1.9.25" ksp = "1.9.25-1.0.20" lifecycle = "2.8.5" constraintlayout = "2.1.4" loggingInterceptor = "4.12.0" material = "1.12.0" navigation = "2.7.7" newpipeextractor = "6e3a4a6d9de61eafb73e7eb1b714847b5077856d" preference = "1.2.1" extJunit = "1.2.1" espresso = "3.6.1" workRuntime = "2.9.1" retrofit = "2.11.0" desugaring = "2.1.2" cronetEmbedded = "119.6045.31" cronetOkHttp = "0.1.0" coil = "2.7.0" leakcanary = "2.14" room = "2.6.1" kotlinxSerialization = "1.6.3" kotlinxDatetime = "0.6.1" kotlinxRetrofit = "1.0.0" media = "1.7.0" media3 = "1.4.1" activity = "1.8.2" fragment = "1.8.3" uiautomator = "2.3.0" benchmarkMacroJunit4 = "1.3.0" baselineprofile = "1.3.0" profileinstaller = "1.4.0" paging = "3.3.2" collection = "1.4.4" swiperefreshlayout = "1.1.0" [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" } junit = { module = "junit:junit", version.ref = "junit" } kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } kotlin-serialization = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" } logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "loggingInterceptor" } 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-navigation-safeargs = { group = "androidx.navigation", name = "navigation-safe-args-gradle-plugin", version.ref = "navigation" } 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-media = { group = "androidx.media", name = "media", version.ref = "media" } 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" } newpipeextractor = { module = "com.github.teamnewpipe:NewPipeExtractor", version.ref = "newpipeextractor" } 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" } androidx-uiautomator = { group = "androidx.test.uiautomator", name = "uiautomator", version.ref = "uiautomator" } androidx-benchmark-macro-junit4 = { group = "androidx.benchmark", name = "benchmark-macro-junit4", version.ref = "benchmarkMacroJunit4" } androidx-profileinstaller = { group = "androidx.profileinstaller", name = "profileinstaller", version.ref = "profileinstaller" } androidx-paging = { group = "androidx.paging", name = "paging-runtime-ktx", version.ref = "paging" } androidx-collection = { group = "androidx.collection", name = "collection", version.ref = "collection" } androidx-swiperefreshlayout = { group = "androidx.swiperefreshlayout", name = "swiperefreshlayout", version.ref = "swiperefreshlayout" } [plugins] androidTest = { id = "com.android.test", version.ref = "gradle" } jetbrainsKotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } baselineprofile = { id = "androidx.baselineprofile", version.ref = "baselineprofile" } androidApplication = { id = "com.android.application", version.ref = "gradle" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }