From e6c1e9af841038cf1d010bba788cb769b2d757e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 17:05:00 +0000 Subject: [PATCH] chore(deps): bump kotlin_version Bumps `kotlin_version` from 1.7.20 to 1.7.22. Updates `kotlin-gradle-plugin` from 1.7.20 to 1.7.22 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.20...v1.7.22) Updates `kotlin-stdlib` from 1.7.20 to 1.7.22 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.20...v1.7.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/battery_plus/battery_plus/example/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/battery_plus/battery_plus/example/android/build.gradle b/packages/battery_plus/battery_plus/example/android/build.gradle index 090ffc6a85..9f9f1c623b 100644 --- a/packages/battery_plus/battery_plus/example/android/build.gradle +++ b/packages/battery_plus/battery_plus/example/android/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.7.20' + ext.kotlin_version = '1.7.22' repositories { google() mavenCentral()