[versions] agp = "8.7.3" #appcompat = "1.1.0" #appcompatVersion = "1.7.0" desugar_jdk_libs = "2.1.2" kotlin = "2.0.0" coreKtx = "1.10.1" junit = "4.13.2" junitVersion = "1.1.5" espressoCore = "3.5.1" library = "1.2.4" lifecycleRuntimeKtx = "2.6.1" activityCompose = "1.8.0" composeBom = "2024.04.01" #luban = "1.1.8" push = "6.12.0.300" recyclerviewVersion = "1.3.0" multidex = "2.0.1" material = "1.12.0" appupdate = "v1.7" [libraries] androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } androidx-multidex = { module = "androidx.multidex:multidex", version.ref = "multidex" } #appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompatVersion" } desugar_jdk_libs = { module = "com.android.tools:desugar_jdk_libs", version.ref = "desugar_jdk_libs" } 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" } #library = { module = "com.github.chrisbanes.photoview:library", version.ref = "library" } #luban = { module = "top.zibin:Luban", version.ref = "luban" } push = { module = "com.huawei.hms:push", version.ref = "push" } recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerviewVersion" } material = { group = "com.google.android.material", name = "material", version.ref = "material" } #appUpdate = {group = "com.github.NewHuLe:AppUpdate", version.ref = "appupdate"} [plugins] android-application = { id = "com.android.application", version.ref = "agp" } kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } #butterknife = { id = "com.jakewharton.butterknife", version.ref = "10.2.1" }