themes bug fixing

This commit is contained in:
Gracia
2025-03-29 01:50:10 +07:00
parent 6d0fde33c8
commit c01b426c2e
4 changed files with 32 additions and 15 deletions

View File

@ -66,13 +66,13 @@ dependencies {
androidTestImplementation(libs.androidx.espresso.core)
//retrofit
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.squareup.retrofit2:converter-gson:2.9.0")
implementation("com.squareup.okhttp3:logging-interceptor:4.11.0")
implementation(libs.retrofit)
implementation(libs.converter.gson)
implementation(libs.logging.interceptor)
implementation("com.github.bumptech.glide:glide:4.16.0")
implementation("androidx.paging:paging-runtime:3.2.1")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
implementation(libs.glide)
implementation(libs.androidx.paging.runtime)
implementation(libs.androidx.swiperefreshlayout)
// implementation(libs.hilt.android)