chore: 更新 ZoomImage 依赖

This commit is contained in:
HuanCheng65 2023-09-25 13:35:50 +08:00
parent de59e1ba57
commit 97d5bb1d9f
No known key found for this signature in database
GPG Key ID: 5EC9DD60A32C7360
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ dependencies {
implementation "io.github.panpf.sketch3:sketch-gif-movie:$sketch_version" implementation "io.github.panpf.sketch3:sketch-gif-movie:$sketch_version"
implementation "io.github.panpf.sketch3:sketch-okhttp:$sketch_version" implementation "io.github.panpf.sketch3:sketch-okhttp:$sketch_version"
def zoomimage_version = "1.0.0-alpha03" def zoomimage_version = '1.0.0-beta01'
implementation "io.github.panpf.zoomimage:zoomimage-compose-sketch:$zoomimage_version" implementation "io.github.panpf.zoomimage:zoomimage-compose-sketch:$zoomimage_version"
implementation("io.github.panpf.zoomimage:zoomimage-view-sketch:$zoomimage_version") implementation("io.github.panpf.zoomimage:zoomimage-view-sketch:$zoomimage_version")