From 63b23565750e676efd2afd037a5fb19142e57453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Tue, 13 Apr 2021 17:50:05 +0900 Subject: [PATCH] feat!: upgrade kotlin@1.4.31 (#1200) * feat: upgrade kotlin@1.4.31 (#1176) Co-authored-by: Mosab A <47486787+mosabab@users.noreply.github.com> --- bin/templates/project/build.gradle | 3 +-- test/android/build.gradle | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/templates/project/build.gradle b/bin/templates/project/build.gradle index ee8272fb..6629dea2 100644 --- a/bin/templates/project/build.gradle +++ b/bin/templates/project/build.gradle @@ -19,10 +19,9 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.3.50' + ext.kotlin_version = '1.4.31' apply from: 'repositories.gradle' repositories repos - dependencies { classpath 'com.android.tools.build:gradle:4.1.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" diff --git a/test/android/build.gradle b/test/android/build.gradle index a3445ed6..1c66a1e9 100644 --- a/test/android/build.gradle +++ b/test/android/build.gradle @@ -19,7 +19,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.3.50' + ext.kotlin_version = '1.4.31' repositories { google()