Skip to content

Commit

Permalink
update gradle and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
doerfli committed Jun 22, 2024
1 parent 4f195d1 commit d609213
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinx_coroutines_version"

implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation "androidx.recyclerview:recyclerview:$recyclerview_version"
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
Expand Down Expand Up @@ -104,7 +104,7 @@ dependencies {
implementation 'com.google.firebase:firebase-analytics'

implementation "joda-time:joda-time:$jodatime_version"
implementation 'commons-codec:commons-codec:1.15'
implementation 'commons-codec:commons-codec:1.17.0'
implementation "com.google.code.gson:gson:$gson_version"
implementation "com.squareup.picasso:picasso:$picasso_version"

Expand Down
34 changes: 17 additions & 17 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,35 +19,35 @@ org.gradle.parallel=true
android.enableJetifier=true
android.useAndroidX=true

kotlin_version=1.9.0
kotlinx_coroutines_version=1.7.3
kotlin_version=1.9.24
kotlinx_coroutines_version=1.8.1

accompanist_appcompat_theme=0.30.1
accompanist_appcompat_theme=0.34.0
accompanist_coil=0.15.0
activity_compose=1.7.2
androidx_core_version=1.10.1
androidx_preference_version=1.2.0
activity_compose=1.9.0
androidx_core_version=1.13.1
androidx_preference_version=1.2.1
compose_version=1.5.0
compose_compiler_version=1.5.1
compose_compiler_version=1.5.14
constraintlayout_version=2.1.4
dagger_version=2.27
firebase_bom_version=32.2.2
firebase_bom_version=33.1.1
firebase_crashlytics_gradle_version=2.9.8
fuel_version=2.3.1
gson_version=2.10.1
gson_version=2.11.0
jackson_version=2.14.2
jodatime_version=2.12.5
lifecycle_version=2.6.1
material_version=1.9.0
nav_version=2.6.0
jodatime_version=2.12.7
lifecycle_version=2.8.2
material_version=1.12.0
nav_version=2.7.7
picasso_version=2.71828
play_core_version=1.10.3
play_core_ktx_version=1.8.1
play_services_base_version=18.2.0
recyclerview_version=1.3.1
room_version=2.5.2
play_services_base_version=18.5.0
recyclerview_version=1.3.2
room_version=2.6.1
startup_version=1.1.1
work_version=2.8.1
work_version=2.9.0
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit d609213

Please sign in to comment.