From 7647874cb9382748bd7fc012821e338a24b597a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 05:03:03 +0000 Subject: [PATCH] build(deps): bump kotlin-gradle-plugin in /mobileapp Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.5.10 to 1.5.31. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- mobileapp/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobileapp/build.gradle b/mobileapp/build.gradle index 37a97d8..469a69b 100644 --- a/mobileapp/build.gradle +++ b/mobileapp/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = "1.5.10" + ext.kotlin_version = "1.5.31" repositories { google() jcenter()