diff options
| author | LeightonGinty <lxg184@student.bham.ac.uk> | 2024-11-16 21:31:03 +0000 |
|---|---|---|
| committer | LeightonGinty <lxg184@student.bham.ac.uk> | 2024-11-16 21:31:03 +0000 |
| commit | 0c6833c3ac42a6d371129d74271902165104684f (patch) | |
| tree | 52ee1e93f56492b9bf0a9cc800f3001264aad589 /app/build.gradle.kts | |
| parent | ce75f5c1f5b19540a7304bea35d58fb102cf0710 (diff) | |
Drinking + get and post
Diffstat (limited to 'app/build.gradle.kts')
| -rw-r--r-- | app/build.gradle.kts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 042ed2f..a651dab 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -59,6 +59,10 @@ dependencies { implementation(libs.androidx.ui.graphics) implementation(libs.androidx.ui.tooling.preview) implementation(libs.androidx.material3) + implementation(libs.androidx.navigation.runtime.ktx) + implementation(libs.androidx.navigation.compose) + implementation(libs.cronet.api) + implementation(libs.firebase.crashlytics.buildtools) testImplementation(libs.junit) androidTestImplementation(libs.androidx.junit) androidTestImplementation(libs.androidx.espresso.core) @@ -66,4 +70,9 @@ dependencies { androidTestImplementation(libs.androidx.ui.test.junit4) debugImplementation(libs.androidx.ui.tooling) debugImplementation(libs.androidx.ui.test.manifest) + implementation("com.google.android.gms:play-services-cronet:18.0.1") + implementation("com.google.code.gson:gson:2.8.8") + implementation ("com.squareup.okhttp3:logging-interceptor:4.4.0") + implementation ("com.squareup.retrofit2:retrofit:2.9.0") + implementation ("com.squareup.retrofit2:converter-gson:2.9.0") }
\ No newline at end of file |
