12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- [versions]
- agp = "8.6.1"
- baserecyclerviewadapterhelper = "3.0.14"
- eventbus = "3.3.1"
- gson = "2.12.1"
- kotlin = "1.9.0"
- coreKtx = "1.15.0"
- junit = "4.13.2"
- junitVersion = "1.2.1"
- espressoCore = "3.6.1"
- appcompat = "1.7.0"
- material = "1.12.0"
- activity = "1.10.0"
- constraintlayout = "2.2.0"
- multidex = "2.0.1"
- okhttp = "4.12.0"
- retrofit = "2.11.0"
- rxandroid = "3.0.2"
- rxjava = "3.1.10"
- utilcodex = "1.31.1"
- [libraries]
- adapter-rxjava3 = { module = "com.squareup.retrofit2:adapter-rxjava3", version.ref = "retrofit" }
- androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
- androidx-multidex = { module = "androidx.multidex:multidex", version.ref = "multidex" }
- baserecyclerviewadapterhelper = { module = "io.github.cymchad:BaseRecyclerViewAdapterHelper", version.ref = "baserecyclerviewadapterhelper" }
- converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
- eventbus = { module = "org.greenrobot:eventbus", version.ref = "eventbus" }
- gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
- junit = { group = "junit", name = "junit", version.ref = "junit" }
- ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
- espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
- appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
- logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" }
- material = { group = "com.google.android.material", name = "material", version.ref = "material" }
- activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
- constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
- okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
- retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
- rxandroid = { module = "io.reactivex.rxjava3:rxandroid", version.ref = "rxandroid" }
- rxjava = { module = "io.reactivex.rxjava3:rxjava", version.ref = "rxjava" }
- utilcodex = { module = "com.blankj:utilcodex", version.ref = "utilcodex" }
- [plugins]
- android-application = { id = "com.android.application", version.ref = "agp" }
- android-library = { id = "com.android.library", version.ref = "agp" }
- kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|