[versions] agp = "8.11.1" activity = "1.10.1" androidxComposeBom = "2025.07.00" androidxConstraintlayout = "2.2.1" androidxCoreKtx = "1.16.0" androidxCoreSplashscreen = "1.0.1" androidxMedia3 = "1.8.0" androidxFragmentKtx = "1.8.8" androidxLifecycle = "2.9.2" androidxNavigationCompose = "2.9.3" androidxWebkit = "1.14.0" asm = "9.8" coil = "2.7.0" glance = "1.1.1" gson = "2.13.1" junit = "4.13.2" kotlin = "2.2.0" kotlinxCoroutines = "1.10.2" ksp = "2.1.21-2.0.1" leakcanary = "2.14" material = "1.12.0" #miaowPlugin = "1.0.0" okhttp = "5.1.0" retrofit = "3.0.0" room = "2.7.2" testEspressoCore = '3.7.0' testExtJunit = '1.3.0' [libraries] androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" } androidx-activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "activity" } androidx-activity-compose = { group = "androidx.activity", name = "activity-compose" } androidx-compose-animation = { group = "androidx.compose.animation", name = "animation" } androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidxComposeBom" } androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3" } androidx-compose-material3-window-size = { group = "androidx.compose.material3", name = "material3-window-size-class" } androidx-compose-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" } androidx-compose-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" } androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" } androidx-compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" } androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "androidxConstraintlayout" } androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "androidxCoreKtx" } androidx-core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version.ref = "androidxCoreSplashscreen" } androidx-media3-exoplayer = { group = "androidx.media3", name = "media3-exoplayer", version.ref = "androidxMedia3" } androidx-media3-exoplayer-dash = { group = "androidx.media3", name = "media3-exoplayer-dash", version.ref = "androidxMedia3" } androidx-media3-exoplayer-hls = { group = "androidx.media3", name = "media3-exoplayer-hls", version.ref = "androidxMedia3" } androidx-media3-ui = { group = "androidx.media3", name = "media3-ui", version.ref = "androidxMedia3" } androidx-fragment-ktx = { group = "androidx.fragment", name = "fragment-ktx", version.ref = "androidxFragmentKtx" } androidx-glance-appwidget = { group = "androidx.glance", name = "glance-appwidget", version.ref = "glance" } androidx-glance-material3 = { group = "androidx.glance", name = "glance-material3", version.ref = "glance" } androidx-lifecycle-runtime-compose = { group = "androidx.lifecycle", name = "lifecycle-runtime-compose", version.ref = "androidxLifecycle" } androidx-lifecycle-livedata-ktx = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "androidxLifecycle" } androidx-lifecycle-viewmodel-compose = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-compose", version.ref = "androidxLifecycle" } androidx-lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "androidxLifecycle" } androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "androidxNavigationCompose" } androidx-room-compiler = { group = "androidx.room", name = "room-compiler", version.ref = "room" } androidx-room-ktx = { group = "androidx.room", name = "room-ktx", version.ref = "room" } androidx-room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "room" } androidx-test-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "testEspressoCore" } androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "testExtJunit" } androidx-webkit = { group = "androidx.webkit", name = "webkit", version.ref = "androidxWebkit" } asm = { group = "org.ow2.asm", name= "asm", version.ref = "asm" } asm-analysis = { group = "org.ow2.asm", name = "asm-analysis", version.ref = "asm" } asm-commons = { group = "org.ow2.asm", name = "asm-commons", version.ref = "asm" } asm-tree = { group = "org.ow2.asm", name = "asm-tree", version.ref = "asm" } asm-util = { group = "org.ow2.asm", name = "asm-util", version.ref = "asm" } coil = { group = "io.coil-kt", name = "coil", version.ref = "coil" } coil-compose = { group = "io.coil-kt", name = "coil-compose", version.ref = "coil" } coil-gif = { group = "io.coil-kt", name = "coil-gif", version.ref = "coil" } coil-svg = { group = "io.coil-kt", name = "coil-svg", version.ref = "coil" } coil-video = { group = "io.coil-kt", name = "coil-video", version.ref = "coil" } gson = { group = "com.google.code.gson", name = "gson", version.ref = "gson" } gradle = { group = "com.android.tools.build", name = "gradle", version.ref = "agp" } junit = { group = "junit", name = "junit", version.ref = "junit" } kotlin-stdlib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib", version.ref = "kotlin" } kotlinx-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" } leakcanary-android = { group = "com.squareup.leakcanary", name = "leakcanary-android", version.ref = "leakcanary" } material = { group = "com.google.android.material", name = "material", version.ref = "material" } #miaow-plugin = { module = "com.example.miaow:plugin", version.ref = "miaowPlugin" } okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okhttp" } okhttp-logging = { group = "com.squareup.okhttp3", name = "logging-interceptor", version.ref = "okhttp" } retrofit = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit" } [plugins] android-application = { id = "com.android.application", version.ref = "agp" } android-library = { id = "com.android.library", version.ref = "agp" } compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } room = { id = "androidx.room", version.ref = "room" }