Update MpMaster version to 1.0.14

serial
BlueMatthew 1 year ago
parent 9beeef5d18
commit a817d4f762

@ -4,7 +4,7 @@ plugins {
def AppMajorVersion = 1
def AppMinorVersion = 0
def AppBuildNumber = 13
def AppBuildNumber = 14
def AppVersionName = AppMajorVersion + "." + AppMinorVersion + "." + AppBuildNumber
def AppVersionCode = AppMajorVersion * 100000 + AppMinorVersion * 1000 + AppBuildNumber

@ -133,7 +133,7 @@ public class AppMaster {
postParams.add(new Pair<String, String>("bootTime", Long.toString(getBootTime())));
postParams.add(new Pair<String, String>("i1Version", mService.getMpAppVersion()));
postParams.add(new Pair<String, String>("maintainVersion", mService.getMasterAppVersion()));
// postParams(httpURLConnection.getOutputStream(), postParams);
buildParams(httpURLConnection.getOutputStream(), postParams);
httpURLConnection.connect();

Loading…
Cancel
Save