diff options
author | pacien | 2018-02-10 14:17:16 +0100 |
---|---|---|
committer | pacien | 2018-02-10 14:17:16 +0100 |
commit | 522c215e36cada212920b95b2b42d66c0ca3a0d1 (patch) | |
tree | fccccb4ec436add3a3ac060584ccdfc1402b2b22 /app | |
parent | 87ec3620d2259064831356c2f4000ae591756fd2 (diff) | |
download | tincapp-522c215e36cada212920b95b2b42d66c0ca3a0d1.tar.gz |
Replace deprecated Kotlin stdlib
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 2 |
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 | ||
62 | repositories { | 62 | repositories { |