| 12345678910111213141516171819202122232425262728293031323334 |
- [versions]
- agp = "8.3.0"
- kotlin = "2.0.21"
- coreKtx = "1.10.1"
- junit = "4.13.2"
- junitVersion = "1.1.5"
- espressoCore = "3.5.1"
- lifecycleRuntimeKtx = "2.6.1"
- appcompat = "1.7.0"
- autosize = "v1.2.1"
- multidex = "2.0.1"
- tools = "2.5"
- utilcodex = "1.31.1"
- union = "4.640.1510"
- #wechatSdkAndroidWithoutMta = "+"
- [libraries]
- androidx-multidex = { module = "androidx.multidex:multidex", version.ref = "multidex" }
- tools = { module = "com.qq.e.union:tools", version.ref = "tools" }
- union = { group = "com.qq.e.union", name = "union", version.ref = "union" }
- utilcodex = { group = "com.blankj", name = "utilcodex", version.ref = "utilcodex" }
- autosize = { group = "com.github.JessYanCoding", name = "AndroidAutoSize", version.ref = "autosize" }
- androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
- 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" }
- #wechat-sdk-android-without-mta = { module = "com.tencent.mm.opensdk:wechat-sdk-android-without-mta", version.ref = "wechatSdkAndroidWithoutMta" }
- [plugins]
- android-application = { id = "com.android.application", version.ref = "agp" }
- kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|