Commit 8db54f95 by 王文龙

[update]更新基础库SDK添加H5页

parent b2ec9238
...@@ -93,7 +93,7 @@ dependencies { ...@@ -93,7 +93,7 @@ dependencies {
implementation 'com.android.support:multidex:1.0.3' implementation 'com.android.support:multidex:1.0.3'
implementation("com.offcn.live:titleview:1.1.0-s1") implementation("com.offcn.live:base:2.5.0-s18")
implementation("com.offcn.live:imsdk-kit:1.0.0.42") implementation("com.offcn.live:imsdk-kit:1.0.0.42")
// DB // DB
......
...@@ -74,12 +74,12 @@ ...@@ -74,12 +74,12 @@
<!-- 中公IM平台appkey--> <!-- 中公IM平台appkey-->
<meta-data <meta-data
android:name="com.offcn.live.im.appkey" android:name="com.offcn.live.im.appkey"
android:value="d5b410cddbcb4f3a972cfdc697daff43" /> android:value="offcn_live" />
<!-- android:value="offcn_live" />--> <!-- android:value="d5b410cddbcb4f3a972cfdc697daff43" />-->
<meta-data <meta-data
android:name="com.offcn.live.im.appsecret" android:name="com.offcn.live.im.appsecret"
android:value="b23f77e463ac4e9388b3c0b4ee9b8ed0" /> android:value="offcn_im" />
<!-- android:value="offcn_im" />--> <!-- android:value="b23f77e463ac4e9388b3c0b4ee9b8ed0" />-->
<!--华为推送。根目录下添加 agconnect-services.json,由华为开放平台自行获取--> <!--华为推送。根目录下添加 agconnect-services.json,由华为开放平台自行获取-->
......
...@@ -24,7 +24,7 @@ import androidx.multidex.MultiDexApplication; ...@@ -24,7 +24,7 @@ import androidx.multidex.MultiDexApplication;
public class MyApp extends MultiDexApplication { public class MyApp extends MultiDexApplication {
private static final String TAG = MyApp.class.getSimpleName(); private static final String TAG = MyApp.class.getSimpleName();
private boolean mEnvIsTest = false; private boolean mEnvIsTest = true;
@Override @Override
protected void attachBaseContext(Context base) { protected void attachBaseContext(Context base) {
......
...@@ -16,6 +16,7 @@ import android.widget.TextView; ...@@ -16,6 +16,7 @@ import android.widget.TextView;
import com.google.android.material.tabs.TabLayout; import com.google.android.material.tabs.TabLayout;
import com.jyall.base.adapter.BaseVPAdapter; import com.jyall.base.adapter.BaseVPAdapter;
import com.jyall.base.base.BaseActivity; import com.jyall.base.base.BaseActivity;
import com.jyall.base.base.H5Activity;
import com.jyall.base.util.AppManager; import com.jyall.base.util.AppManager;
import com.jyall.base.util.CommonUtils; import com.jyall.base.util.CommonUtils;
import com.jyall.base.util.EventBusCenter; import com.jyall.base.util.EventBusCenter;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment