Finish v1.16.28(210)
This commit is contained in:
commit
ac446d953c
@ -6,8 +6,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 209
|
||||
def appVersionName = '1.16.27'
|
||||
def appVersionCode = 210
|
||||
def appVersionName = '1.16.28'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -312,6 +312,8 @@ public class SettingsManager {
|
||||
return clazz.cast(value.getValue());
|
||||
} else if(clazz == Boolean.class) {
|
||||
return clazz.cast("S".equalsIgnoreCase(value.getValue()));
|
||||
} else if(clazz == Integer.class) {
|
||||
return clazz.cast(Integer.parseInt(value.getValue()));
|
||||
} else return null;
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user