From b1b98179fb76e5772fb5c8fac49a1b728dce5ea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 12:28:12 +0000 Subject: [PATCH] Bump core-ktx from 1.7.0 to 1.8.0 Bumps core-ktx from 1.7.0 to 1.8.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fe6938c4b..9f1ab42ab 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ buildscript { ext.rxbinding = 'com.jakewharton.rxbinding2:rxbinding:2.2.0' ext.rxbindingKotlin = 'com.jakewharton.rxbinding2:rxbinding-kotlin:2.2.0' - ext.androidCore = 'androidx.core:core-ktx:1.7.0' + ext.androidCore = 'androidx.core:core-ktx:1.8.0' ext.appCompat = 'androidx.appcompat:appcompat:1.4.1' ext.material = 'com.google.android.material:material:1.6.0-beta01'