From caf4c44e7a67e3cbd89e07ae9df1589a85615e2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 21:44:45 +0000 Subject: [PATCH] Bump kotpref_version from 2.2.0 to v2.13.0 Bumps `kotpref_version` from 2.2.0 to v2.13.0. Updates `kotpref` from 2.2.0 to v2.13.0 - [Release notes](https://github.com/chibatching/kotpref/releases) - [Commits](https://github.com/chibatching/kotpref/compare/v2.2.0...v2.13.0) Updates `initializer` from 2.2.0 to v2.13.0 - [Release notes](https://github.com/chibatching/kotpref/releases) - [Commits](https://github.com/chibatching/kotpref/compare/v2.2.0...v2.13.0) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 93788f6..6b78bbe 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext { kotlin_version = "1.3.41" support_version = "28.0.0" - kotpref_version = "2.2.0" + kotpref_version = "v2.13.0" } repositories { maven { url "https://jitpack.io" }