Compare commits
7 Commits
feature-is
...
v5.9.2-534
| Author | SHA1 | Date | |
|---|---|---|---|
| b752cdaeb8 | |||
| 5e5f0360dd | |||
| e0ed6da7ae | |||
| 2940d11943 | |||
| 3c18ed9a31 | |||
| f02621d564 | |||
| 8fb2b1c829 |
@ -8,7 +8,7 @@
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginTop="-7dp"
|
||||
android:orientation="vertical"
|
||||
android:background="@color/background"
|
||||
android:background="@color/transparent"
|
||||
android:visibility="gone"
|
||||
tools:visibility="visible">
|
||||
|
||||
|
||||
@ -8,6 +8,7 @@ import com.bytedance.applog.util.UriConstants
|
||||
import com.gh.common.exposure.meta.MetaUtil
|
||||
import com.halo.assistant.HaloApp
|
||||
import com.lightgame.utils.Utils
|
||||
import android.text.TextUtils
|
||||
|
||||
object TeaHelper {
|
||||
@JvmStatic
|
||||
@ -20,9 +21,11 @@ object TeaHelper {
|
||||
AppLog.init(context, config)
|
||||
|
||||
AppLog.setOaidObserver {
|
||||
HaloApp.getInstance().oaid = it.id
|
||||
if (!TextUtils.isEmpty(it.id)) {
|
||||
HaloApp.getInstance().oaid = it.id
|
||||
MetaUtil.refreshMeta()
|
||||
}
|
||||
Utils.log("oaid is $it.id")
|
||||
MetaUtil.refreshMeta()
|
||||
}
|
||||
|
||||
// gameReportHelper ?!
|
||||
|
||||
@ -7,8 +7,8 @@ ext {
|
||||
targetSdkVersion = 28
|
||||
|
||||
// application info (每个大版本之间的 versionCode 增加 20)
|
||||
versionCode = 532
|
||||
versionName = "5.9.0"
|
||||
versionCode = 534
|
||||
versionName = "5.9.2"
|
||||
applicationId = "com.gh.gamecenter"
|
||||
|
||||
// AndroidX
|
||||
|
||||
Reference in New Issue
Block a user