diff --git a/omniNotes/build.gradle b/omniNotes/build.gradle index 5f505d412..a08460a35 100644 --- a/omniNotes/build.gradle +++ b/omniNotes/build.gradle @@ -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' @@ -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'