From bf3fc4614b9d154393bf2a9929b23fb1e057c3f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 03:20:39 +0000 Subject: [PATCH] fix(deps): update dependency net.gotev:uploadservice to v4.9.3 (#20) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 1d308c8..9f4aaa0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -52,7 +52,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation project(':capacitor-android') implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion" - implementation 'net.gotev:uploadservice:4.9.2' + implementation 'net.gotev:uploadservice:4.9.3' testImplementation "junit:junit:$junitVersion" androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion" androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"