Skip to content

Commit

Permalink
Reverted org.mnode.ical4j:ical4j upgrade that broke clean compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoiosue committed Nov 2, 2023
1 parent ed85b7a commit ed3106f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniNotes/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ dependencies {
transitive = true
exclude group: "com.android.support"
}
implementation('org.mnode.ical4j:ical4j:3.2.13') {
implementation('org.mnode.ical4j:ical4j:3.0.11') {
exclude group: 'commons.io'
}
implementation 'org.apache.commons:commons-lang3:3.9'
Expand Down

0 comments on commit ed3106f

Please sign in to comment.