混淆问题
This commit is contained in:
1
app/proguard-rules.pro
vendored
1
app/proguard-rules.pro
vendored
@@ -233,6 +233,7 @@
|
||||
-keep class org.json.** {*;}
|
||||
-dontwarn com.yizhuan.xchat_android_core.**
|
||||
-keep class com.yizhuan.xchat_android_core.** {*;}
|
||||
-keep class com.yizhuan.treasure_box.bean.** {*;}
|
||||
|
||||
|
||||
#百度统计
|
||||
|
@@ -98,7 +98,7 @@ dependencies {
|
||||
api 'com.google.android.gms:play-services-wallet:19.1.0'
|
||||
api 'com.android.billingclient:billing:4.1.0'
|
||||
|
||||
api 'org.jetbrains.kotlin:kotlin-reflect:1.5.20'
|
||||
api 'org.jetbrains.kotlin:kotlin-reflect:1.7.10'
|
||||
|
||||
api project(':nim_uikit')
|
||||
api project(':library')
|
||||
|
@@ -10,13 +10,13 @@ class NotifyH5Attachment(second: Int) : CustomAttachment(CUSTOM_MSG_NOTIFY_H5, s
|
||||
}
|
||||
|
||||
data class Bean(
|
||||
val roomUid: Int,
|
||||
val roomUid: Int? = 0,
|
||||
|
||||
/**
|
||||
* 飘屏类型 0 房间静态飘屏 1 全服动态飘屏
|
||||
*/
|
||||
val floatingType: Int,
|
||||
val floatingType: Int? = 0,
|
||||
|
||||
val content: String,
|
||||
val content: String? = "",
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user