Replace TextDrawable with a Kotlin fork (#2929)

* Replace old TextDrawable with Kotlin fork

* Update androidx preferences library
This commit is contained in:
TacoTheDank
2020-04-22 21:23:44 -04:00
committed by GitHub
parent f7c139030f
commit 34f7e4d448
2 changed files with 12 additions and 9 deletions

View File

@@ -126,7 +126,7 @@ dependencies {
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.preference:preference:1.1.0'
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.browser:browser:1.2.0'
implementation 'androidx.multidex:multidex:2.0.1'
@@ -219,7 +219,7 @@ dependencies {
implementation 'eu.davidea:flexible-adapter:5.1.0'
implementation 'eu.davidea:flexible-adapter-ui:1.0.0'
implementation 'com.nononsenseapps:filepicker:2.5.2'
implementation 'com.github.amulyakhare:TextDrawable:558677e'
implementation 'com.github.Kennyc1012:TextDrawable:2.0.1'
implementation 'com.nightlynexus.viewstatepageradapter:viewstatepageradapter:1.1.0'
implementation 'com.github.mthli:Slice:v1.3'
implementation 'com.github.chrisbanes:PhotoView:2.3.0'