...
|
...
|
@@ -10,10 +10,12 @@ import com.kingja.loadsir.core.LoadSir |
|
|
import com.scwang.smart.refresh.footer.ClassicsFooter
|
|
|
import com.scwang.smart.refresh.header.ClassicsHeader
|
|
|
import com.scwang.smart.refresh.layout.SmartRefreshLayout
|
|
|
import com.shuyu.gsyvideoplayer.player.PlayerFactory
|
|
|
import com.tencent.map.geolocation.TencentLocationManager
|
|
|
import com.tencent.smtt.sdk.QbSdk
|
|
|
import com.tencent.smtt.sdk.TbsDownloader
|
|
|
import com.umeng.commonsdk.UMConfigure
|
|
|
import tv.danmaku.ijk.media.exo2.Exo2PlayerManager
|
|
|
import kotlin.properties.Delegates
|
|
|
|
|
|
/**
|
...
|
...
|
@@ -57,6 +59,7 @@ open class BaseApplication : Application() { |
|
|
TbsDownloader.startDownload(this);
|
|
|
}
|
|
|
initUmeng()
|
|
|
PlayerFactory.setPlayManager(Exo2PlayerManager::class.java)
|
|
|
}
|
|
|
|
|
|
fun initUmeng() {
|
...
|
...
|
|