From bd2832856be4432fc3dfeba5f2d40f8125122fb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 10:20:17 -0400 Subject: [PATCH] actions: bump `androidx.annotation:annotation` to 1.7.0 (fixes #2448) (#2443) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dogi --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a7aa523717..ec646eb5be 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "org.ole.planet.myplanet" minSdkVersion 19 targetSdkVersion 33 - versionCode 1018 - versionName "0.10.18" + versionCode 1019 + versionName "0.10.19" ndkVersion '21.3.6528147' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true @@ -96,7 +96,7 @@ dependencies { } implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.recyclerview:recyclerview:1.3.0' - implementation 'androidx.annotation:annotation:1.6.0' + implementation 'androidx.annotation:annotation:1.7.0' implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.exifinterface:exifinterface:1.3.6' implementation 'com.mikepenz:google-material-typeface:3.0.1.1.original@aar'