Skip to content

Commit

Permalink
⬆️ Upgrade dependencies (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
jheubuch authored Nov 13, 2023
1 parent 9d64550 commit 75b5a42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ dependencies {
implementation "com.jcloquell:androidsecurestorage:0.1.3"

// Navigation Component
def nav_version_ktx = "2.7.4"
implementation "androidx.navigation:navigation-compose:$nav_version_ktx"
implementation "androidx.navigation:navigation-compose:2.7.5"

// Retrofit
implementation "com.squareup.retrofit2:converter-gson:2.9.0"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.2'
classpath 'com.android.tools.build:gradle:8.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.7.4"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.7.5"
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:10.8.3"
classpath "com.google.gms:google-services:4.4.0"

Expand Down

0 comments on commit 75b5a42

Please sign in to comment.