[versions] agp = "8.5.2" kotlin = "2.1.10" coreKtx = "1.13.0" junit = "4.13.2" junitVersion = "1.1.5" espressoCore = "3.5.1" appcompat = "1.7.0" material = "1.10.0" activity = "1.8.0" constraintlayout = "2.1.4" mvvmhabit = "4.0.0" okhttps = "4.1.0" log-interceptor = "4.1.0" autosize = "v1.2.1" fastble = "1.4.2" lifecycle-version = "2.9.0" nav_version = "2.9.0" kotlin_serialization_json = "1.7.3" room-version = "2.7.1" [libraries] androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } junit = { group = "junit", name = "junit", version.ref = "junit" } androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" } androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" } androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" } material = { group = "com.google.android.material", name = "material", version.ref = "material" } androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" } androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" } mvvmhabit = { group = "com.github.goldze", name = "MVVMHabit", version.ref = "mvvmhabit" } okhttps = { group = "cn.zhxu", name = "okhttps-gson", version.ref = "okhttps" } okhttps-stomp = { group = "cn.zhxu", name = "okhttps-stomp", version.ref = "okhttps" } log-interceptor = { group = "com.squareup.okhttp3", name = "logging-interceptor", version.ref = "log-interceptor" } autosize = { group = "com.github.JessYanCoding", name = "AndroidAutoSize", version.ref = "autosize" } fastble = { group = "com.github.kanshenmekan", name = "FastBle", version.ref = "fastble" } viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycle-version" } viewmodel-livedata-ktx = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "lifecycle-version" } viewmodel-savestate = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-savedstate", version.ref = "lifecycle-version" } viewmodel-compiler = { group = "androidx.lifecycle", name = "lifecycle-compiler", version.ref = "lifecycle-version" } room-runtime = { group = "androidx.room",name = "room-runtime",version.ref = "room-version" } room-compiler = { group = "androidx.room",name = "room-compiler",version.ref = "room-version" } room-ktx = { group = "androidx.room",name = "room-ktx",version.ref = "room-version" } room-testing = { group = "androidx.room",name = "room-testing",version.ref = "room-version" } android-navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "nav_version" } android-navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "nav_version" } android-navigation-dynamic-features-fragment = { group = "androidx.navigation", name = "navigation-dynamic-features-fragment", version.ref = "nav_version" } kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlin_serialization_json" } [plugins] android-application = { id = "com.android.application", version.ref = "agp" } jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }