feat: 引入 Lottie & 空页面动画
This commit is contained in:
parent
acb75f8b8a
commit
9a8e26e240
|
|
@ -115,6 +115,8 @@ wire {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
implementation "com.airbnb.android:lottie-compose:$lottie_version"
|
||||||
|
|
||||||
implementation "com.github.germainkevinbusiness:CollapsingTopBarCompose:1.1.7"
|
implementation "com.github.germainkevinbusiness:CollapsingTopBarCompose:1.1.7"
|
||||||
|
|
||||||
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1'
|
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1'
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -12,6 +12,7 @@ buildscript {
|
||||||
wire_version = '4.4.3'
|
wire_version = '4.4.3'
|
||||||
hilt_version = '2.44.2'
|
hilt_version = '2.44.2'
|
||||||
booster_version = '4.15.0'
|
booster_version = '4.15.0'
|
||||||
|
lottie_version = '6.0.0'
|
||||||
debug = gradle.startParameter.taskNames.any {
|
debug = gradle.startParameter.taskNames.any {
|
||||||
it.contains('debug') || it.contains('Debug')
|
it.contains('debug') || it.contains('Debug')
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue