Skip to content

Commit

Permalink
updated deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
itszechs committed Dec 6, 2022
1 parent fdc5314 commit ebbf63f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
}

0 comments on commit ebbf63f

Please sign in to comment.