diff options
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 624c04ac..671e8471 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,8 +45,7 @@ android { lintOptions { warningsAsErrors true - disable 'LogNotTimber', - 'TrustAllX509TrustManager', + disable 'TrustAllX509TrustManager', 'UnusedResources', 'ContentDescription', 'RtlSymmetry' @@ -177,4 +176,8 @@ dependencies { implementation "com.sothree.slidinguppanel:library:${SLIDING_PANEL}" + //Reactive Libs + compile "io.reactivex.rxjava2:rxkotlin:${RX_KOTLIN}" + compile "io.reactivex.rxjava2:rxandroid:${RX_ANDROID}" + }
\ No newline at end of file |