房间 "夺宝精灵" 新增 自定义购买数量碎片弹窗

This commit is contained in:
wzq
2023-10-10 17:54:47 +08:00
parent c1371fab10
commit c85065d86c
27 changed files with 385 additions and 95 deletions

View File

@@ -76,7 +76,7 @@ dependencies {
def qiniu = "8.4.4"
def SmartRefreshLayoutVersion = "1.0.3"
def eventbusVersion = "3.0.0"
def fragment_version = "1.3.6"
def fragment_version = "1.6.1"
def GlideTransformationsVersion = "3.0.1"
implementation fileTree(dir: 'libs', include: ['*.jar'])
@@ -121,7 +121,7 @@ dependencies {
api "com.qiniu:qiniu-android-sdk:${qiniu}"
api "org.greenrobot:eventbus:${eventbusVersion}"
api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
api 'com.github.getActivity:ToastUtils:10.5'