1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- [versions]
- agp = "8.10.0"
- bannerviewpager = "3.5.12"
- dialogx = "0.0.49"
- eventbus = "3.3.1"
- flexbox = "3.0.0"
- glide = "4.16.0"
- gson = "2.13.1"
- kotlin = "2.1.21"
- coreKtx = "1.10.1"
- ksp = "2.1.21-2.0.1"
- asynclayoutinflater = "1.1.0"
- collection = "1.5.0"
- concurrentFutures = "1.2.0"
- datastorePreferences = "1.1.7"
- junit = "4.13.2"
- junitVersion = "1.2.1"
- espressoCore = "3.6.1"
- appcompat = "1.7.0"
- lifecycleViewmodel = "2.9.0"
- lottie = "6.6.6"
- material = "1.12.0"
- activity = "1.10.1"
- constraintlayout = "2.2.1"
- mlkit = "2.3.0"
- protobuf = "0.9.4"
- protobufJavalite = "3.24.0"
- roomRuntime = "2.7.1"
- rxandroid = "3.0.2"
- rxhttpCompiler = "3.3.2"
- rxjava = "3.1.10"
- rxlifeRxjava3 = "2.2.2"
- toaster = "12.8"
- utilcodex = "1.31.1"
- volley = "1.2.1"
- xxpermissions = "23.0"
- zxingLite = "3.2.0"
- [libraries]
- androidx-lifecycle-compiler = { module = "androidx.lifecycle:lifecycle-compiler", version.ref = "lifecycleViewmodel" }
- androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "lifecycleViewmodel" }
- androidx-lifecycle-reactivestreams = { module = "androidx.lifecycle:lifecycle-reactivestreams", version.ref = "lifecycleViewmodel" }
- androidx-lifecycle-service = { module = "androidx.lifecycle:lifecycle-service", version.ref = "lifecycleViewmodel" }
- androidx-lifecycle-viewmodel-savedstate = { module = "androidx.lifecycle:lifecycle-viewmodel-savedstate", version.ref = "lifecycleViewmodel" }
- androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "roomRuntime" }
- androidx-room-paging = { module = "androidx.room:room-paging", version.ref = "roomRuntime" }
- androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "roomRuntime" }
- androidx-room-rxjava3 = { module = "androidx.room:room-rxjava3", version.ref = "roomRuntime" }
- asynclayoutinflater = { module = "androidx.asynclayoutinflater:asynclayoutinflater", version.ref = "asynclayoutinflater" }
- bannerviewpager = { module = "com.github.zhpanvip:bannerviewpager", version.ref = "bannerviewpager" }
- collection = { module = "androidx.collection:collection", version.ref = "collection" }
- concurrent-futures = { module = "androidx.concurrent:concurrent-futures", version.ref = "concurrentFutures" }
- datastore = { module = "androidx.datastore:datastore", version.ref = "datastorePreferences" }
- datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferences" }
- datastore-preferences-rxjava3 = { module = "androidx.datastore:datastore-preferences-rxjava3", version.ref = "datastorePreferences" }
- dialogx = { module = "com.kongzue.dialogx:DialogX", version.ref = "dialogx" }
- eventbus = { module = "org.greenrobot:eventbus", version.ref = "eventbus" }
- flexbox = { module = "com.google.android.flexbox:flexbox", version.ref = "flexbox" }
- glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
- 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" }
- androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
- lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata", version.ref = "lifecycleViewmodel" }
- lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime", version.ref = "lifecycleViewmodel" }
- lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel", version.ref = "lifecycleViewmodel" }
- lottie = { module = "com.airbnb.android:lottie", version.ref = "lottie" }
- 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" }
- mlkit-common = { module = "com.github.jenly1314.MLKit:mlkit-common", version.ref = "mlkit" }
- mlkit-face-detection = { module = "com.github.jenly1314.MLKit:mlkit-face-detection", version.ref = "mlkit" }
- protobuf-javalite = { module = "com.google.protobuf:protobuf-javalite", version.ref = "protobufJavalite" }
- rxandroid = { module = "io.reactivex.rxjava3:rxandroid", version.ref = "rxandroid" }
- rxjava = { module = "io.reactivex.rxjava3:rxjava", version.ref = "rxjava" }
- toaster = { module = "com.github.getActivity:Toaster", version.ref = "toaster" }
- utilcodex = { module = "com.blankj:utilcodex", version.ref = "utilcodex" }
- volley = { module = "com.android.volley:volley", version.ref = "volley" }
- xxpermissions = { module = "com.github.getActivity:XXPermissions", version.ref = "xxpermissions" }
- zxing-lite = { module = "com.github.jenly1314:zxing-lite", version.ref = "zxingLite" }
- [plugins]
- android-application = { id = "com.android.application", version.ref = "agp" }
- google-protobuf = { id = "com.google.protobuf", version.ref = "protobuf" }
- android-library = { id = "com.android.library", version.ref = "agp" }
- kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
- ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
- room = { id = "androidx.room", version.ref = "roomRuntime" }
|