From ebbf63f94c83f2249e618c2aff5269af01942be4 Mon Sep 17 00:00:00 2001 From: zechs Date: Tue, 6 Dec 2022 18:31:07 +0530 Subject: [PATCH] updated deps. --- app/build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6930975..d3ebba0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -107,17 +107,17 @@ dependencies { implementation "com.github.bumptech.glide:okhttp3-integration:4.12.0" // Coroutine Lifecycle Scopes - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.0" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1" // Coroutines - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.2" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4" // Dagger hilt implementation "com.google.dagger:hilt-android:2.40.1" kapt "com.google.dagger:hilt-compiler:2.40.1" // Splash - implementation "androidx.core:core-splashscreen:1.0.0-rc01" + implementation "androidx.core:core-splashscreen:1.0.0" // Navigational Components implementation "androidx.navigation:navigation-fragment-ktx:2.5.0" @@ -126,11 +126,11 @@ dependencies { //Kotlin implementation "androidx.core:core-ktx:1.8.0" - implementation "androidx.appcompat:appcompat:1.4.2" - implementation "com.google.android.material:material:1.6.1" + implementation "androidx.appcompat:appcompat:1.5.1" + implementation "com.google.android.material:material:1.7.0" implementation "androidx.constraintlayout:constraintlayout:2.1.4" 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" } \ No newline at end of file