Finish v1.31.03(337)
This commit is contained in:
commit
846393304a
@ -10,8 +10,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 336
|
||||
def appVersionName = '1.31.2'
|
||||
def appVersionCode = 337
|
||||
def appVersionName = '1.31.03'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -34,7 +34,7 @@ public class SettingsModel {
|
||||
}
|
||||
|
||||
public String getProtocol() {
|
||||
return protocol;
|
||||
return protocol == null ? "http" : protocol;
|
||||
}
|
||||
|
||||
public Server setProtocol(String protocol) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user