diff --git a/android/gradle.properties b/android/gradle.properties index 96ce5e98b..a6af03a8e 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -6,7 +6,7 @@ TARGET_SDK_VERSION = 27 COMPILE_SDK_VERSION = 27 DAGGER_VERSION = 2.9 -KOTLIN_VERSION = 1.2.41 +KOTLIN_VERSION = 1.3.50 SUPPORT_LIBRARY_VERSION = 27.1.1 AUTO_FACTORY_VERSION = 1.0-beta6 diff --git a/android/uhabits-android/build.gradle b/android/uhabits-android/build.gradle index ba394d6f4..f894528f7 100644 --- a/android/uhabits-android/build.gradle +++ b/android/uhabits-android/build.gradle @@ -100,7 +100,7 @@ dependencies { implementation "org.apmem.tools:layouts:1.10" implementation "com.google.code.gson:gson:2.7" implementation "com.google.code.findbugs:jsr305:3.0.2" - implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$KOTLIN_VERSION" + implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$KOTLIN_VERSION" compileOnly "javax.annotation:jsr250-api:1.0" compileOnly "com.google.auto.factory:auto-factory:${AUTO_FACTORY_VERSION}"