Update dependency com.github.chrisbanes:PhotoView to v2.3.0 #29

Merged
sora merged 1 commits from renovate/com.github.chrisbanes-photoview-2.x into main 2024-02-08 03:01:38 +01:00

View File

@ -51,7 +51,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation 'com.caverock:androidsvg-aar:1.4' implementation 'com.caverock:androidsvg-aar:1.4'
implementation 'com.github.chrisbanes:PhotoView:2.0.0' implementation 'com.github.chrisbanes:PhotoView:2.3.0'
implementation 'com.mikepenz:aboutlibraries:10.10.0' implementation 'com.mikepenz:aboutlibraries:10.10.0'
} }