Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marunjar committed Mar 3, 2024
1 parent 9cbfb09 commit 9d8c5b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@ dependencies {
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.work:work-runtime:2.9.0'
googleImplementation 'androidx.work:work-gcm:2.9.0'
googleImplementation 'com.google.firebase:firebase-analytics:21.5.0'
googleImplementation 'com.google.firebase:firebase-crashlytics:18.6.0'
googleImplementation 'com.google.firebase:firebase-analytics:21.5.1'
googleImplementation 'com.google.firebase:firebase-crashlytics:18.6.2'
implementation 'com.google.android.apps.dashclock:dashclock-api:2.0.0'
implementation 'org.mapsforge:mapsforge-core:0.20.0'
implementation 'org.mapsforge:mapsforge-map:0.20.0'
implementation 'org.mapsforge:mapsforge-themes:0.20.0'
implementation 'org.mapsforge:mapsforge-map-android:0.20.0'
implementation 'pub.devrel:easypermissions:3.0.0'
implementation 'org.jsoup:jsoup:1.17.1'
implementation 'org.jsoup:jsoup:1.17.2'
//breaks when upgrading ical4j > 3.0.21
//noinspection GradleDependency
implementation 'org.mnode.ical4j:ical4j:3.0.21'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ buildscript {
}

plugins {
id 'com.android.application' version '8.2.0' apply false
id 'com.android.library' version '8.2.0' apply false
id 'com.android.application' version '8.3.0' apply false
id 'com.android.library' version '8.3.0' apply false
}

tasks.register('clean', Delete) {
Expand Down

0 comments on commit 9d8c5b2

Please sign in to comment.