Compare commits
12 Commits
v5.9.2-534
...
feature-is
| Author | SHA1 | Date | |
|---|---|---|---|
| 8a7d588206 | |||
| 42ae45c743 | |||
| 3246dd0d70 | |||
| 06ac1fd8b0 | |||
| 81da40d786 | |||
| 9eb919b3cf | |||
| b4cbff3d6a | |||
| c7dfac8f46 | |||
| 08af4a99f8 | |||
| f3a358eb2d | |||
| 6abac72ee7 | |||
| b027c57a7c |
@ -8,7 +8,7 @@
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginTop="-7dp"
|
||||
android:orientation="vertical"
|
||||
android:background="@color/transparent"
|
||||
android:background="@color/background"
|
||||
android:visibility="gone"
|
||||
tools:visibility="visible">
|
||||
|
||||
|
||||
@ -8,7 +8,6 @@ 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
|
||||
@ -21,11 +20,9 @@ object TeaHelper {
|
||||
AppLog.init(context, config)
|
||||
|
||||
AppLog.setOaidObserver {
|
||||
if (!TextUtils.isEmpty(it.id)) {
|
||||
HaloApp.getInstance().oaid = it.id
|
||||
MetaUtil.refreshMeta()
|
||||
}
|
||||
HaloApp.getInstance().oaid = it.id
|
||||
Utils.log("oaid is $it.id")
|
||||
MetaUtil.refreshMeta()
|
||||
}
|
||||
|
||||
// gameReportHelper ?!
|
||||
|
||||
@ -7,8 +7,8 @@ ext {
|
||||
targetSdkVersion = 28
|
||||
|
||||
// application info (每个大版本之间的 versionCode 增加 20)
|
||||
versionCode = 534
|
||||
versionName = "5.9.2"
|
||||
versionCode = 532
|
||||
versionName = "5.9.0"
|
||||
applicationId = "com.gh.gamecenter"
|
||||
|
||||
// AndroidX
|
||||
|
||||
Reference in New Issue
Block a user