From 7376db5e8398fbc3a12fb2cefb657ba7b30e45d0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 May 2020 03:13:23 +0000 Subject: [PATCH] Bump kotpref_version from 2.2.0 to 2.10.0 Bumps `kotpref_version` from 2.2.0 to 2.10.0. Updates `kotpref` from 2.2.0 to 2.10.0 - [Release notes](https://github.com/chibatching/kotpref/releases) - [Commits](https://github.com/chibatching/kotpref/compare/v2.2.0...v2.10.0) Updates `initializer` from 2.2.0 to 2.10.0 - [Release notes](https://github.com/chibatching/kotpref/releases) - [Commits](https://github.com/chibatching/kotpref/compare/v2.2.0...v2.10.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 47f5f10..835937b 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 = "2.10.0" } repositories { maven { url "https://jitpack.io" }