Fix library categories setting crash

This commit is contained in:
Eugene Cheung 2019-01-22 18:44:42 -05:00
commit 0fd8d71f7c
No known key found for this signature in database
GPG key ID: E1FD745328866B0A

View file

@ -120,6 +120,7 @@ dependencies {
implementation "com.android.support:percent:$supportLibVersion"
implementation "com.android.support:preference-v7:$supportLibVersion"
implementation "com.android.support:preference-v14:$supportLibVersion"
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.github.kabouzeid:app-theme-helper:1.3.10'
implementation 'com.github.kabouzeid:RecyclerView-FastScroll:1.0.16-kmod'