diff options
| author | Alberto Duarte (PWC) <alberto.duarte.delgado@pwc.com> | 2023-07-18 11:16:31 +0100 |
|---|---|---|
| committer | Alberto Duarte (PWC) <alberto.duarte.delgado@pwc.com> | 2023-07-18 11:16:31 +0100 |
| commit | 7dd32dceac9e87bc204fe1997a5ff3a1a24b3aed (patch) | |
| tree | 5cb2a1f4b9dd175a52887f5607cb03e8af1841e6 /app/build.gradle | |
| parent | ee5818d91fdd89ab14b982f5ab04eb100a1c3b81 (diff) | |
mejora de la estructura conexion con firecloud para usuarios y scores guardados en room
Diffstat (limited to 'app/build.gradle')
| -rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index eda17b6..2efcdc8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,6 +72,7 @@ dependencies { implementation platform('com.google.firebase:firebase-bom:32.1.1') implementation 'com.google.firebase:firebase-analytics-ktx' implementation 'androidx.navigation:navigation-compose:2.5.3' + implementation ("io.coil-kt:coil-compose:2.4.0") implementation("androidx.room:room-runtime:2.5.0") annotationProcessor("androidx.room:room-compiler:2.5.0") |