Fix gallery browsing

This commit is contained in:
NerdNumber9
2018-02-12 16:22:54 -05:00
parent 47966d89f2
commit 2b7c0e8e80
13 changed files with 442 additions and 103 deletions

View File

@@ -249,6 +249,9 @@ dependencies {
//RxJava 2 interop for Realm (EXH)
implementation 'com.lvla.android:rxjava2-interop-kt:0.2.1'
//Debug network interceptor (EXH)
devImplementation "com.squareup.okhttp3:logging-interceptor:3.9.1"
}
buildscript {