| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- [versions]
- agp = "8.3.2"
- gson = "2.10.1"
- 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.1"
- autosize = "v1.2.1"
- multidex = "2.0.1"
- retrofit = "2.9.0"
- utilcodex = "1.31.1"
- glide = "4.16.0"
- immersionbar = "3.2.2"
- material = "1.12.0"
- wechatSdkAndroidWithoutMta = "6.7.0"
- [libraries]
- adapter-rxjava = { module = "com.squareup.retrofit2:adapter-rxjava", version.ref = "retrofit" }
- converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
- retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
- androidx-immersionbar = { group = "com.geyifeng.immersionbar", name = "immersionbar", version.ref = "immersionbar" }
- androidx-immersionbar-ktx = { group = "com.geyifeng.immersionbar", name = "immersionbar-ktx", version.ref = "immersionbar" }
- android-material = { group = "com.google.android.material", name = "material", version.ref = "material" }
- glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
- androidx-multidex = { module = "androidx.multidex:multidex", version.ref = "multidex" }
- gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
- 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" }
|