weatherapi, retrofit2

This commit is contained in:
KJG
2024-09-20 13:55:04 +09:00
parent 5360a7ad13
commit 809b2b4279
3 changed files with 93 additions and 19 deletions
+3
View File
@@ -92,6 +92,9 @@ dependencies {
implementation("com.squareup.okhttp:okhttp:2.7.5")
implementation("com.google.android.gms:play-services-location:21.0.1")
implementation("com.google.android.gms:play-services-tasks:18.2.0")
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.squareup.retrofit2:converter-gson:2.6.4")
implementation("com.squareup.retrofit2:converter-scalars:2.6.4")
// implementation ("androidx.window:window:1.0.0")
// implementation("io.github.vaneproject:hanguleditor:1.0.0")
}