change code

This commit is contained in:
2026-01-10 15:45:29 +09:00
parent 44147d0742
commit b6d11fa206
6 changed files with 132 additions and 22 deletions

View File

@@ -53,13 +53,11 @@ dependencies {
implementation("androidx.recyclerview:recyclerview:1.3.2")
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.squareup.retrofit2:converter-simplexml:2.9.0")
dependencies {
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.squareup.retrofit2:converter-simplexml:2.9.0")
implementation("com.squareup.okhttp3:okhttp:4.11.0")
implementation("com.squareup.moshi:moshi-kotlin:1.15.0")
implementation("com.squareup.okhttp3:okhttp:4.11.0")
implementation("com.squareup.moshi:moshi-kotlin:1.15.0")
implementation("org.jsoup:jsoup:1.15.4")
implementation("com.squareup.retrofit2:converter-scalars:2.9.0")
}
testImplementation(libs.junit)
androidTestImplementation(libs.androidx.junit)