Skip to content

Commit

Permalink
Bumped dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
aritra-tech committed Sep 8, 2023
1 parent 5204ac7 commit 5230e11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ dependencies {

val roomVersion = "2.5.2"
val viewModelVersion = "2.5.1"
val navVersion = "2.5.3"
val navVersion = "2.7.2"

implementation ("androidx.core:core-ktx:1.7.0")
implementation ("androidx.core:core-ktx:1.10.1")
implementation ("androidx.appcompat:appcompat:1.6.1")
implementation ("com.google.android.material:material:1.9.0")
implementation ("androidx.constraintlayout:constraintlayout:2.1.4")
Expand Down Expand Up @@ -83,7 +83,7 @@ dependencies {
implementation ("androidx.navigation:navigation-ui-ktx:$navVersion")

// Kotlin components
implementation ("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21")
implementation ("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.0")
api ("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2")
api ("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.2")

Expand Down

0 comments on commit 5230e11

Please sign in to comment.