Skip to content

Commit

Permalink
⬆️ Update dependencies (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
jheubuch authored Jan 12, 2024
1 parent 57c4c05 commit 23cd90b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,17 @@ dependencies {
implementation "com.google.accompanist:accompanist-systemuicontroller:0.30.1"
implementation "com.google.accompanist:accompanist-permissions:0.30.1"
implementation "androidx.compose.material3:material3:1.1.2"
implementation "androidx.activity:activity-compose:1.8.0"
implementation "androidx.activity:activity-compose:1.8.2"
implementation "androidx.constraintlayout:constraintlayout-compose:1.0.1"

implementation "androidx.core:core-ktx:1.12.0"
implementation "androidx.appcompat:appcompat:1.6.1"
implementation "com.google.android.material:material:1.10.0"
implementation "com.google.android.material:material:1.11.0"
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.6.2"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.7.0"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0"
implementation "androidx.legacy:legacy-support-v4:1.0.0"
implementation "androidx.browser:browser:1.6.0"
implementation "androidx.browser:browser:1.7.0"
implementation "androidx.core:core-splashscreen:1.0.1"
implementation "com.auth0.android:jwtdecode:2.0.2"
implementation "net.openid:appauth:0.11.1"
Expand All @@ -142,7 +142,7 @@ dependencies {
implementation "com.jcloquell:androidsecurestorage:0.1.3"

// Navigation Component
implementation "androidx.navigation:navigation-compose:2.7.5"
implementation "androidx.navigation:navigation-compose:2.7.6"

// 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.3'
classpath 'com.android.tools.build:gradle:8.1.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.7.5"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.7.6"
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 23cd90b

Please sign in to comment.