| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- [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 = "3.14.9"
- autosize = "v1.2.1"
- fastble = "2.4.0"
- lifecycle-version = "2.9.0"
- 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.Jasonchenlijian", 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" }
- [plugins]
- android-application = { id = "com.android.application", version.ref = "agp" }
- jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|