新增礼物墙相关内容

This commit is contained in:
2024-07-13 09:28:02 +08:00
parent 9c38f40098
commit 845b217c4d
153 changed files with 17835 additions and 29 deletions

View File

@@ -107,6 +107,7 @@ dependencies {
//svga播放器
//api rootProject.ext.dependencies["SVGAPlayer"]
// api project(path:':SVGAlibrary')//svga
implementation 'com.squareup.wire:wire-runtime:4.4.1'
//七牛云存储
@@ -237,4 +238,7 @@ dependencies {
api 'com.google.android.exoplayer:exoplayer-core:2.18.2@aar'
api rootProject.ext.dependencies["blank-utilcode"]
//下标切换器 https://github.com/angcyo/DslTabLayout
api project(':TabLayout')
}