修正小米热更界面的bug, 更新版本号

This commit is contained in:
zhl 2021-01-18 12:18:14 +08:00
parent a578423dec
commit 365b6d548b
3 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "com.hnjc.wjtx.mi" applicationId "com.hnjc.wjtx.mi"
minSdkVersion 18 minSdkVersion 18
targetSdkVersion 28 targetSdkVersion 28
versionCode 2 versionCode 3
versionName "1.0.2" versionName "1.0.3"
ndk { ndk {
abiFilters 'armeabi-v7a' abiFilters 'armeabi-v7a'
} }

View File

@ -14,7 +14,7 @@ public class WebApi {
public void getVersionInfo(BaseInterface iFace) { public void getVersionInfo(BaseInterface iFace) {
this.mInterface = iFace; this.mInterface = iFace;
// String versionUrl = "http://10.0.1.3:7021/game/zip/version.json"; // String versionUrl = "https://test.kingsome.cn/wjtx/config/version_native.json";
String versionUrl = "https://h5games-al.kingsome.cn/wjtx/config/version_native.json"; String versionUrl = "https://h5games-al.kingsome.cn/wjtx/config/version_native.json";
AppRequestUtil.getInstance().getRequest(context, versionUrl, new RequestListener() { AppRequestUtil.getInstance().getRequest(context, versionUrl, new RequestListener() {

View File

@ -23,7 +23,7 @@
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="match_parent"
android:gravity="center_horizontal" android:gravity="center_horizontal"
android:orientation="vertical"> android:orientation="vertical">