修改vivo包的版本
This commit is contained in:
parent
3d5fc1cbb7
commit
f410b0d9dc
@ -6,8 +6,8 @@ android {
|
||||
applicationId "com.hnjc.wjtx.vivo"
|
||||
minSdkVersion 18
|
||||
targetSdkVersion 28
|
||||
versionCode 2
|
||||
versionName "1.0.2"
|
||||
versionCode 3
|
||||
versionName "1.0.3"
|
||||
ndk {
|
||||
abiFilters 'armeabi-v7a'
|
||||
}
|
||||
|
@ -14,7 +14,7 @@ public class WebApi {
|
||||
|
||||
public void getVersionInfo(BaseInterface 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";
|
||||
AppRequestUtil.getInstance().getRequest(context, versionUrl, new RequestListener() {
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user