Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marunjar committed Jan 7, 2025
1 parent 387e796 commit 5c9b454
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android-week-view/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ configurations {
}

dependencies {
implementation 'androidx.core:core:1.13.1'
implementation 'androidx.core:core:1.15.0'
implementation 'androidx.interpolator:interpolator:1.0.0'
}

Expand Down
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,20 +110,20 @@ dependencies {
//dependent on AGP
//noinspection GradleDependency
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
implementation 'com.jakewharton.threetenabp:threetenabp:1.4.7'
implementation 'com.jakewharton.threetenabp:threetenabp:1.4.8'
implementation 'androidx.preference:preference:1.2.1'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.work:work-runtime:2.9.0'
googleImplementation 'androidx.work:work-gcm:2.9.0'
googleImplementation 'com.google.firebase:firebase-analytics:22.0.2'
googleImplementation 'com.google.firebase:firebase-crashlytics:19.0.2'
implementation 'androidx.work:work-runtime:2.10.0'
googleImplementation 'androidx.work:work-gcm:2.10.0'
googleImplementation 'com.google.firebase:firebase-analytics:22.1.2'
googleImplementation 'com.google.firebase:firebase-crashlytics:19.3.0'
implementation 'com.google.android.apps.dashclock:dashclock-api:2.0.0'
implementation 'org.mapsforge:mapsforge-core:0.21.0'
implementation 'org.mapsforge:mapsforge-map:0.21.0'
implementation 'org.mapsforge:mapsforge-themes:0.21.0'
implementation 'org.mapsforge:mapsforge-map-android:0.21.0'
implementation 'pub.devrel:easypermissions:3.0.0'
implementation 'org.jsoup:jsoup:1.17.2'
implementation 'org.jsoup:jsoup:1.18.3'
//breaks when upgrading ical4j > 3.0.21
//noinspection GradleDependency
implementation 'org.mnode.ical4j:ical4j:3.0.21'
Expand Down

0 comments on commit 5c9b454

Please sign in to comment.