aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2018-02-10 14:17:16 +0100
committerpacien2018-02-10 14:17:16 +0100
commit522c215e36cada212920b95b2b42d66c0ca3a0d1 (patch)
treefccccb4ec436add3a3ac060584ccdfc1402b2b22
parent87ec3620d2259064831356c2f4000ae591756fd2 (diff)
downloadtincapp-522c215e36cada212920b95b2b42d66c0ca3a0d1.tar.gz
Replace deprecated Kotlin stdlib
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 4b11a3e..4e14af1 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -56,7 +56,7 @@ dependencies {
56 56
57 compile 'net.sourceforge.streamsupport:streamsupport-cfuture:1.5.5' 57 compile 'net.sourceforge.streamsupport:streamsupport-cfuture:1.5.5'
58 58
59 compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" 59 compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
60} 60}
61 61
62repositories { 62repositories {