1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Merge pull request #474 from owncloud/dependabot/gradle/com.facebook.stetho-stetho-okhttp3-1.6.0

Bump stetho-okhttp3 from 1.5.1 to 1.6.0
This commit is contained in:
Abel García de Prada 2022-03-10 11:30:54 +01:00 committed by GitHub
commit 351efb7bf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.7.3'
debugImplementation 'com.facebook.stetho:stetho-okhttp3:1.5.1'
debugImplementation 'com.facebook.stetho:stetho-okhttp3:1.6.0'
}
android {