From 9d879765c6968e000244d456db986331f8aec7f5 Mon Sep 17 00:00:00 2001 From: Hemant Khadase Date: Tue, 13 Dec 2022 12:08:00 +0530 Subject: [PATCH] changes done in manifest file --- app/build.gradle | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f3ba3bb..790a929 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,11 +56,6 @@ dependencies { // Architectural Components implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1" -// // Room -// implementation "androidx.room:room-runtime:2.4.3" -// annotationProcessor("androidx.room:room-compiler:$roomVersion") -// implementation "androidx.room:room-ktx:2.4.3" - // Coroutines implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1' @@ -78,8 +73,4 @@ dependencies { implementation "androidx.navigation:navigation-fragment-ktx:2.5.3" implementation "androidx.navigation:navigation-ui-ktx:2.5.3" - // Glide -// implementation 'com.github.bumptech.glide:glide:4.11.0' - // kapt 'com.github.bumptech.glide:compiler:4.11.0' -// annotationProcessor("androidx.room:room-compiler:$glideVersion") } \ No newline at end of file