1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- [versions]
- agp = "8.11.1"
- kotlin = "2.2.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.1"
- constraintlayout = "2.1.4"
- recyclerview = "1.3.1"
- viewpager2 = "1.0.0"
- retrofit2 = "3.0.0"
- smartRefreshLayout = "2.1.1"
- eventbus = "3.3.1"
- signalr = "9.0.7"
- smartTable = "2.2.0"
- mpAndroidChart = "v3.1.0"
- picasso = "2.71828"
- matisse = "2.2.0"
- [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-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" }
- androidx-recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version.ref = "recyclerview" }
- androidx-viewpager2 = { group = "androidx.viewpager2", name = "viewpager2", version.ref = "viewpager2" }
- retrofit2 = { group = "com.squareup.retrofit2", name = "retrofit", version.ref = "retrofit2" }
- retrofit2-converter-gson = { group = "com.squareup.retrofit2", name = "converter-gson", version.ref = "retrofit2" }
- smartRefreshLayout = { group = "io.github.scwang90", name = "refresh-layout-kernel", version.ref = "smartRefreshLayout" }
- smartRefresh-header = { group = "io.github.scwang90", name = "refresh-header-classics", version.ref = "smartRefreshLayout" }
- smartRefresh-footer = { group = "io.github.scwang90", name = "refresh-footer-classics", version.ref = "smartRefreshLayout" }
- eventbus = { group = "org.greenrobot", name = "eventbus", version.ref = "eventbus" }
- signalr = { group = "com.microsoft.signalr", name = "signalr", version.ref = "signalr" }
- smartTable = { group = "com.github.huangyanbin", name = "SmartTable", version.ref = "smartTable" }
- mpAndroidChart = { group = "com.github.PhilJay", name = "MPAndroidChart", version.ref = "mpAndroidChart" }
- picasso = { group = "com.squareup.picasso", name = "picasso", version.ref = "picasso" }
- matisse = { group = "io.github.leavesczy", name = "matisse", version.ref = "matisse" }
- [bundles]
- retrofit2 = ["retrofit2", "retrofit2-converter-gson"]
- smartRefreshLayout = ["smartRefreshLayout", "smartRefresh-header", "smartRefresh-footer"]
- [plugins]
- android-application = { id = "com.android.application", version.ref = "agp" }
- kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|