Skip to content

Commit

Permalink
uprade lib
Browse files Browse the repository at this point in the history
  • Loading branch information
arrazyfathan committed Dec 17, 2022
1 parent d99ca98 commit c89da16
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ dependencies {
implementation("com.google.android.material:material:1.2.0-alpha06")

// Architectural Components
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0")

// Room
implementation("androidx.room:room-runtime:2.4.3")
Expand All @@ -74,8 +73,8 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")

// Coroutine Lifecycle Scopes
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.2.0")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.5.1")

// Navigation Components
implementation("androidx.navigation:navigation-fragment-ktx:2.2.2")
Expand Down

0 comments on commit c89da16

Please sign in to comment.