aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-08-07 23:04:40 -0700
committerGitHub <noreply@github.com>2017-08-07 23:04:40 -0700
commit397cc1f54725aee6fb542b08f965389272469309 (patch)
treed5b7ea8185c0ae9596cdcd0c48cca2586f86a5f7 /app/build.gradle
parentab7ec131b62ac1567e983c846c921bd3ada11dd4 (diff)
downloadfrost-397cc1f54725aee6fb542b08f965389272469309.tar.gz
frost-397cc1f54725aee6fb542b08f965389272469309.tar.bz2
frost-397cc1f54725aee6fb542b08f965389272469309.zip
Update/kau (#125)
* Update logger * Clean imports and bring back reactive libs * Update dependencies and make billing async
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle7
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