1:上线版本修改
This commit is contained in:
@@ -28,8 +28,8 @@ isBuildModule=false
|
||||
#org.gradle.deamon=false
|
||||
android.injected.testOnly=false
|
||||
|
||||
APP_VERSION_NAME=1.0.6
|
||||
APP_VERSION_CODE=50
|
||||
APP_VERSION_NAME=1.0.6.1
|
||||
APP_VERSION_CODE=51
|
||||
|
||||
org.gradle.jvm.toolchain.useLegacyAdapters=false
|
||||
#org.gradle.java.home=C\:\\Users\\qx\\.jdks\\ms-17.0.15
|
||||
|
||||
@@ -167,7 +167,7 @@ public class CommonAppContext extends MultiDexApplication implements Applicatio
|
||||
|
||||
// if (currentEnvironment.getShelf()==1){
|
||||
if (SpUtil.getShelf()!=0) {
|
||||
SpUtil.setShelf(0);
|
||||
SpUtil.setShelf(1);
|
||||
}
|
||||
// }
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ package com.xscm.moduleutil.utils.config;
|
||||
public enum EnvironmentEnum {
|
||||
// "https://vespa.qxyushen.top/",
|
||||
PRODUCTION(//生产环境
|
||||
"https://1.13.101.98/",
|
||||
"https://vespa.qxyushen.top/",
|
||||
"KvNmqZc+VMzO4CfGMd5zmG6w6OFwpFO/19TwXUWfHDOBgmnl9DgIuE+kbrjNNnxqhtP3pH7bBrnSaSeFtunr72q6sgpLsfuswcUroMvz2slaTBcNzCaLi+GSnM3gB/GdO47mwLdk+iYBTvPUOCIuT608Z29z09w+vPeUDoMCHJBGXu6uh7Nj6PtV1dfGoUvByk1ZF0WYVjIqKDcb3tXY4jonFh3XAWhzMy8xKwN6F2nuK2IcdIwaSPsvuMZmhatP6f9kOE+vnfweyCHS3RxiG474WIoZGJM8omrl3/pOVqE=",
|
||||
"https://oss-cn-beijing.aliyuncs.com/",
|
||||
"LTAI5tKgrfcFQxH46ZwWYgFW",
|
||||
@@ -14,7 +14,7 @@ public enum EnvironmentEnum {
|
||||
1600096860,
|
||||
"3e8f3add448d4692bc1d04c75ffe801b",
|
||||
"tcp://81.70.45.221",
|
||||
"http://1.13.101.98/h5",
|
||||
"https://vespa.qxyushen.top/h5",
|
||||
0),
|
||||
TEST(//测试环境
|
||||
"https://test.vespa.qxyushen.top/",
|
||||
|
||||
@@ -331,7 +331,7 @@ public class MainActivity extends BaseMvpActivity<HomePresenter, ActivityMainBin
|
||||
mBinding.ivGuanbi.setOnClickListener(this);
|
||||
mBinding.riv.setOnClickListener(this);
|
||||
// mBinding.ivShouchl.setOnClickListener( this);
|
||||
requestGpsPermissions();
|
||||
// requestGpsPermissions();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
android:layout_marginStart="@dimen/dp_4"
|
||||
android:layout_toRightOf="@+id/im_1"
|
||||
android:gravity="left|center"
|
||||
android:text="111111000"
|
||||
tools:text="111111000"
|
||||
android:textColor="@color/color_FF333333"
|
||||
android:textSize="@dimen/sp_28" />
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
android:layout_marginStart="@dimen/dp_4"
|
||||
android:layout_toRightOf="@+id/im_1"
|
||||
android:gravity="left|center"
|
||||
android:text="111111000"
|
||||
tools:text="111111000"
|
||||
android:textColor="@color/colorWhite100"
|
||||
android:textSize="@dimen/sp_28" />
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
android:layout_marginStart="@dimen/dp_4"
|
||||
android:layout_toRightOf="@+id/im_1"
|
||||
android:gravity="left|center"
|
||||
android:text="111111000"
|
||||
tools:text="111111000"
|
||||
android:textColor="@color/colorWhite100"
|
||||
android:textSize="@dimen/sp_28" />
|
||||
</RelativeLayout>
|
||||
|
||||
Reference in New Issue
Block a user