Skip to content

Commit

Permalink
Replaced JCentral version of SublimePicker with jitpack.io
Browse files Browse the repository at this point in the history
JCentral has been closed and the latest releases have not been migrated to somewhere else, so the only option has been to use fresh compiled code from this repo.
  • Loading branch information
federicoiosue committed Aug 23, 2024
1 parent 20ccb86 commit 3510d22
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions omniNotes/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ dependencies {
implementation 'ch.acra:acra-http:5.11.2'
implementation 'ch.acra:acra-toast:5.11.2'
implementation 'com.github.gabrielemariotti.changeloglib:changelog:2.1.0'
implementation 'com.appeaser.sublimepickerlibrary:sublimepickerlibrary:2.1.2'
implementation 'com.github.vikramkakkar:SublimePicker:8f573b1cfd'
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'com.android.support:multidex:2.0.1'
Expand All @@ -182,10 +182,9 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.9'
implementation 'com.pnikosis:materialish-progress:1.5'
implementation 'com.github.paolorotolo:appintro:1.3.0'
implementation 'io.reactivex:rxandroid:1.2.1'
implementation 'io.reactivex:rxjava:1.3.8'
implementation 'com.artemzin.rxjava:proguard-rules:1.3.3.0'
implementation 'com.tbruyelle.rxpermissions:rxpermissions:0.4.2@aar'
// implementation 'io.reactivex.rxjava3:rxandroid:3.0.2'
// implementation 'io.reactivex.rxjava3:rxjava:3.1.5'
implementation 'com.github.tbruyelle:rxpermissions:0.12'
implementation 'org.ocpsoft.prettytime:prettytime:3.2.7.Final'
implementation 'org.bitbucket.cowwoc:diff-match-patch:1.2'
implementation 'com.github.bosphere.android-filelogger:filelogger:1.0.7'
Expand Down

0 comments on commit 3510d22

Please sign in to comment.