From c676ca98ff167250790f4a68a8d258a0f7b4d24f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Fri, 9 Apr 2021 11:23:09 +0900 Subject: [PATCH] revert: feat: upgrade kotlin@1.4.31 #1176 (#1194) --- bin/templates/project/build.gradle | 2 +- test/android/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/templates/project/build.gradle b/bin/templates/project/build.gradle index 9148c86b..ddf4e46d 100644 --- a/bin/templates/project/build.gradle +++ b/bin/templates/project/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.4.31' + ext.kotlin_version = '1.3.50' apply from: 'repositories.gradle' repositories repos diff --git a/test/android/build.gradle b/test/android/build.gradle index 552978d9..774f5b22 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.4.31' + ext.kotlin_version = '1.3.50' repositories { google()