From 676f98d82dee1cfe335781233cca0a55a16d17e7 Mon Sep 17 00:00:00 2001 From: Mosab A <47486787+mosabab@users.noreply.github.com> Date: Wed, 14 Apr 2021 05:29:09 +0300 Subject: [PATCH] feat!: upgrade kotlin@1.4.32 (#1204) --- 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 6629dea2..88bfc7f9 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.4.32' apply from: 'repositories.gradle' repositories repos dependencies { diff --git a/test/android/build.gradle b/test/android/build.gradle index 1c66a1e9..73570fc7 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.4.32' repositories { google()