From 2a92c2e5958875b5b1cc78c6619dc570a77ed803 Mon Sep 17 00:00:00 2001 From: Mosab A <47486787+mosabab@users.noreply.github.com> Date: Sat, 27 Mar 2021 16:36:09 +0300 Subject: [PATCH] feat: upgrade kotlin@1.4.31 (#1176) * Update build.gradle * Update build.gradle --- 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 0830e9fa..2643bab3 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.3.50' + ext.kotlin_version = '1.4.31' repositories { google() jcenter() diff --git a/test/android/build.gradle b/test/android/build.gradle index 774f5b22..552978d9 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()