diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-29 16:16:15 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-29 16:16:15 -0700 |
commit | bfb16f2d56dd4da8d302a924efb7ea119582fde0 (patch) | |
tree | 2fd6ae1f5ffe305ce761ad88609692c163e6ebb3 /library/build.gradle | |
parent | 8f2e56eb5ecfc6b5ce2f1530ead6fe73f5bfe89c (diff) | |
download | kau-bfb16f2d56dd4da8d302a924efb7ea119582fde0.tar.gz kau-bfb16f2d56dd4da8d302a924efb7ea119582fde0.tar.bz2 kau-bfb16f2d56dd4da8d302a924efb7ea119582fde0.zip |
Finalize about activity
Diffstat (limited to 'library/build.gradle')
-rw-r--r-- | library/build.gradle | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/library/build.gradle b/library/build.gradle index b46f9c3..6b78ca8 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -40,7 +40,7 @@ dependencies { }) testCompile 'junit:junit:4.12' - compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" + compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" testCompile "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version" compile "com.android.support:appcompat-v7:${ANDROID_SUPPORT_LIBS}" @@ -67,12 +67,8 @@ dependencies { compile "io.reactivex.rxjava2:rxkotlin:${RX_JAVA}" compile "io.reactivex.rxjava2:rxandroid:${RX_ANDROID}" - compile ("com.jakewharton.rxbinding2:rxbinding-kotlin:${RX_BINDING}") { - exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib' - } - compile ("com.jakewharton.rxbinding2:rxbinding-appcompat-v7-kotlin:${RX_BINDING}") { - exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib' - } + compile "com.jakewharton.rxbinding2:rxbinding-kotlin:${RX_BINDING}" + compile "com.jakewharton.rxbinding2:rxbinding-appcompat-v7-kotlin:${RX_BINDING}" compile("com.mikepenz:aboutlibraries:${ABOUT_LIBRARIES}@aar") { transitive = true |