Skip to content

Commit

Permalink
⬆️ Upgrade dependencies (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
jheubuch authored Oct 25, 2024
1 parent b860e7a commit 1ef40f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@ dependencies {
implementation "androidx.compose.foundation:foundation:$composeVersion"
implementation "androidx.compose.foundation:foundation-layout:$composeVersion"
implementation "androidx.compose.material:material:$composeVersion"
implementation "androidx.compose.runtime:runtime-livedata:1.7.3"
implementation "androidx.compose.runtime:runtime-livedata:1.7.4"
implementation "androidx.compose.ui:ui-tooling:$composeVersion"
implementation 'com.google.accompanist:accompanist-themeadapter-material3:0.36.0'
implementation 'com.google.accompanist:accompanist-systemuicontroller:0.36.0'
implementation 'com.google.accompanist:accompanist-permissions:0.36.0'
implementation "androidx.compose.material3:material3:1.3.0"
implementation "androidx.activity:activity-compose:1.9.2"
implementation "androidx.activity:activity-compose:1.9.3"
implementation "androidx.constraintlayout:constraintlayout-compose:1.0.1"

implementation "androidx.core:core-ktx:1.13.1"
Expand All @@ -156,7 +156,7 @@ dependencies {
implementation "com.github.jcloquell:android-secure-storage:0.1.3"

// Navigation Component
implementation "androidx.navigation:navigation-compose:2.8.2"
implementation "androidx.navigation:navigation-compose:2.8.3"

// Retrofit
implementation 'com.squareup.retrofit2:converter-gson:2.11.0'
Expand Down Expand Up @@ -188,8 +188,8 @@ dependencies {
implementation 'com.github.doyaaaaaken:kotlin-csv-jvm:1.10.0'

// Reviews
playImplementation 'com.google.android.play:review:2.0.1'
playImplementation 'com.google.android.play:review-ktx:2.0.1'
playImplementation 'com.google.android.play:review:2.0.2'
playImplementation 'com.google.android.play:review-ktx:2.0.2'

// Showcase
implementation 'com.canopas.intro-showcase-view:introshowcaseview:2.0.1'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:8.7.0'
classpath 'com.android.tools.build:gradle:8.7.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.8.2"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.8.3"
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:11.1.3"
classpath "com.google.gms:google-services:4.4.2"

Expand Down

0 comments on commit 1ef40f1

Please sign in to comment.