| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- [versions]
- agp = "8.6.1"
- kotlin = "1.9.0"
- coreKtx = "1.10.1"
- junit = "4.13.2"
- junitVersion = "1.1.5"
- espressoCore = "3.5.1"
- lifecycleRuntimeKtx = "2.6.1"
- activityCompose = "1.8.0"
- composeBom = "2024.04.01"
- appcompat = "1.6.1"
- material = "1.10.0"
- activity = "1.8.0"
- constraintlayout = "2.1.4"
- mPAndroidChart = "v3.1.0"
- #baseLibX = "1.2.4.12030930-SNAPSHOT"
- #baseLibX = "1.2.4.08141815-SNAPSHOT"
- #baseLibX = "1.2.5.04292300-SNAPSHOT"
- #baseLibX = "1.2.5.04301146-SNAPSHOT"
- baseLibX = "1.2.5.05020149-SNAPSHOT"
- litepal = "3.2.3"
- androidSocketClient = "2.0.1"
- autoSize = "1.2.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-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
- androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
- androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
- androidx-ui = { group = "androidx.compose.ui", name = "ui" }
- androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
- androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
- androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
- androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
- androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
- androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
- 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" }
- mpandroidchart = { group = "com.github.PhilJay", name = "MPAndroidChart", version.ref = "mPAndroidChart" }
- baseLibX = { group = "com.xzzh.wangc.lib", name = "baseLibX", version.ref = "baseLibX" }
- litepal = { group = "org.litepal.guolindev", name = "core", version.ref = "litepal" }
- android-socket-client = { group = "com.github.vilyever", name = "AndroidSocketClient", version.ref = "androidSocketClient" }
- autoSize = { group = "me.jessyan", name = "autosize", version.ref = "autoSize" }
- [plugins]
- android-application = { id = "com.android.application", version.ref = "agp" }
- kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
- android-library = { id = "com.android.library", version.ref = "agp" }
|