diff --git a/app/build.gradle b/app/build.gradle index 6c37ec9..9204a42 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,14 +37,28 @@ dependencies { - implementation 'androidx.appcompat:appcompat:1.4.2' - implementation 'com.google.android.material:material:1.6.1' - implementation 'com.google.android.gms:play-services-maps:17.0.1' +// implementation 'androidx.appcompat:appcompat:1.4.2' +// implementation 'com.google.android.material:material:1.6.1' +// implementation 'com.google.android.gms:play-services-maps:17.0.1' +// implementation 'androidx.constraintlayout:constraintlayout:2.1.4' +// implementation 'com.google.firebase:firebase-firestore:23.0.2' +// implementation 'androidx.navigation:navigation-fragment:2.6.0' +// implementation 'androidx.navigation:navigation-ui:2.6.0' +// testImplementation 'junit:junit:4.13.2' +// androidTestImplementation 'androidx.test.ext:junit:1.1.3' +// androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + + + implementation 'androidx.appcompat:appcompat:1.5.1' + implementation 'com.google.android.material:material:1.7.0' + implementation 'com.google.android.gms:play-services-maps:18.1.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.google.firebase:firebase-firestore:23.0.2' + implementation 'androidx.navigation:navigation-fragment:2.5.3' + implementation 'androidx.navigation:navigation-ui:2.5.3' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.4' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0' // Retrofit implementation "com.squareup.retrofit2:retrofit:2.9.0"