| 123456789101112131415161718192021222324252627282930313233343536 |
- [versions]
- agp = "8.5.1"
- kotlin = "1.9.0"
- 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.0.2"
- log-interceptor = "3.14.9"
- autosize = "v1.2.1"
- fastble = "2.4.0"
- [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" }
- 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" }
- [plugins]
- android-application = { id = "com.android.application", version.ref = "agp" }
- jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|