From 652b06bf73be323aaf143bd7fc30eeb36091dec4 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Mon, 22 Oct 2018 18:59:11 +0700 Subject: [PATCH] :arrow_up: Upgrade dependencies --- build.gradle | 6 ++---- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 27f16fb..6009293 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,8 @@ buildscript { - ext.kotlin_version = '1.1.0' + ext.kotlin_version = '1.2.71' repositories { mavenCentral() - maven { url "http://dl.bintray.com/kotlin/kotlin-eap-1.1"} } dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" @@ -14,7 +13,6 @@ apply plugin: 'kotlin' repositories { mavenCentral() - maven { url "http://dl.bintray.com/kotlin/kotlin-eap-1.1"} } kotlin { @@ -26,7 +24,7 @@ kotlin { dependencies { compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version" - compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.12' + compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.0-RC1' testCompile "junit:junit:4.12" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 97c1ad9..b0492b2 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-bin.zip