最新 Android 客户端源代码以及教程,完全免费开源最新版本

free all
This commit is contained in:
zeus
2025-02-05 20:10:14 +08:00
parent ec96756800
commit 349037c5f4
1426 changed files with 155138 additions and 49275 deletions
@@ -8,6 +8,7 @@ dependencies {
implementation("com.airbnb.android:lottie:6.5.2")
// implementation("androidx.cardview:cardview:1.0.0")
implementation(project(":common"))
implementation(project(":core"))
@@ -22,4 +23,15 @@ dependencies {
implementation(libs.androidx.fragment)
implementation(libs.androidx.viewpager)
implementation(libs.google.material)
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.squareup.retrofit2:converter-gson:2.9.0")
implementation("com.squareup.okhttp3:logging-interceptor:4.10.0")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
implementation("com.github.bumptech.glide:glide:4.16.0")
annotationProcessor("com.github.bumptech.glide:compiler:4.15.1")
}