Added Local fork of the preferences controller

Because it didnt work correctly and I dont wanna upload the changes to git
This commit is contained in:
Jay 2019-11-02 01:45:12 -07:00
parent 7f7acfc55a
commit 2681ff3c9a
10 changed files with 1598 additions and 3 deletions

View file

@ -112,7 +112,6 @@ dependencies {
implementation 'com.github.inorichi:junrar-android:634c1f5'
// Android support library
implementation 'com.android.support:preference-v7:28.0.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'com.google.android.material:material:1.0.0'
@ -219,7 +218,7 @@ dependencies {
implementation ("com.bluelinelabs:conductor-support:2.1.5") {
exclude group: "com.android.support"
}
implementation 'com.github.inorichi:conductor-support-preference:78e2344'
implementation project(":j2k-preference")
// RxBindings
final rxbindings_version = '1.0.1'