Skip to content

Commit

Permalink
Fixed missing EasyPrefs dependency
Browse files Browse the repository at this point in the history
The old package version was no more available through Maven repos
  • Loading branch information
federicoiosue committed Aug 23, 2024
1 parent f2ec031 commit 3a118e4
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 @@ -190,7 +190,7 @@ dependencies {
implementation 'org.bitbucket.cowwoc:diff-match-patch:1.2'
implementation 'com.github.bosphere.android-filelogger:filelogger:1.0.7'
implementation 'com.github.sevar83:indeterminate-checkbox:1.0.5@aar'
implementation 'com.pixplicity.easyprefs:library:1.9.0'
implementation 'com.pixplicity.easyprefs:EasyPrefs:1.10.0'
implementation 'com.lazygeniouz:dfc:0.8'

implementation('com.github.federicoiosue:simplegallery:3.0.1') {
Expand Down

0 comments on commit 3a118e4

Please sign in to comment.