Finish v1.16.2(184)
This commit is contained in:
commit
52eb9ee0b7
@ -7,8 +7,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 183
|
||||
def appVersionName = '1.16.1'
|
||||
def appVersionCode = 184
|
||||
def appVersionName = '1.16.2'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -37,7 +37,7 @@ public class UpdatesManager {
|
||||
}
|
||||
|
||||
String currentVersionUrl = "http://" + SettingsManager.i().getServer().getHost() + ":" + SettingsManager.i().getServer().getPort() + "/ems-api/wms/currentVersion";
|
||||
String currentDownloadUrl = "http://" + SettingsManager.i().getServer().getHost() + ":" + SettingsManager.i().getServer().getPort() + "/ems-api/wms/android-release"+suffix+"_v2.apk";
|
||||
String currentDownloadUrl = "http://" + SettingsManager.i().getServer().getHost() + ":" + SettingsManager.i().getServer().getPort() + "/ems-api/wms/android-release"+suffix+".apk";
|
||||
|
||||
|
||||
AppUpdater appUpdater = new AppUpdater(context)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user