From 381c442e1fa0f6317e4b8483dccf507d95652fa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 10:54:32 +0200 Subject: [PATCH] Bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 (#112) * Bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 Bumps androidx.appcompat:appcompat from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * example: Bump minimal SDK version --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marius --- example/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/build.gradle b/example/build.gradle index bbc289d..6440f38 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -8,7 +8,7 @@ android { defaultConfig { applicationId 'io.tus.android.example' - minSdkVersion 19 + minSdkVersion 21 targetSdkVersion 34 versionCode 1 versionName '1.0' @@ -28,7 +28,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.material:material:1.12.0' implementation 'io.tus.java.client:tus-java-client:0.5.0' implementation project(':tus-android-client')