最新 Android 客户端源代码以及教程,完全免费开源最新版本
free all
This commit is contained in:
@@ -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")
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user