chore: 更新依赖
This commit is contained in:
parent
349b397278
commit
7a3c2c354d
|
|
@ -159,12 +159,12 @@ dependencies {
|
|||
implementation "io.github.panpf.sketch3:sketch-gif-movie:$sketch_version"
|
||||
implementation "io.github.panpf.sketch3:sketch-okhttp:$sketch_version"
|
||||
|
||||
def zoomimage_version = '1.0.0-beta01'
|
||||
def zoomimage_version = '1.0.0-beta03'
|
||||
implementation "io.github.panpf.zoomimage:zoomimage-compose-sketch:$zoomimage_version"
|
||||
implementation("io.github.panpf.zoomimage:zoomimage-view-sketch:$zoomimage_version")
|
||||
|
||||
def composeBom = platform("androidx.compose:compose-bom:$compose_bom_version")
|
||||
implementation composeBom
|
||||
implementation 'androidx.compose:compose-bom:2023.09.02'
|
||||
androidTestImplementation composeBom
|
||||
|
||||
implementation 'androidx.compose.runtime:runtime-tracing:1.0.0-alpha03'
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ buildscript {
|
|||
compose_compiler_version = '1.5.3'
|
||||
//https://developer.android.com/jetpack/compose/setup#bom-version-mapping
|
||||
compose_bom_version = '2023.09.01'
|
||||
wire_version = '4.9.0'
|
||||
wire_version = '4.9.1'
|
||||
hilt_version = '2.46.1'
|
||||
booster_version = '4.16.2'
|
||||
lottie_version = '6.1.0'
|
||||
|
|
|
|||
Loading…
Reference in New Issue