删除 EmoneyRequestConfig 和 ProxyConfig 设置,改为数据库(SQLite)配置。默认配置的设置和删除逻辑由
SQLite 触发器配置。
This commit is contained in:
@@ -19,6 +19,7 @@ public class AndroidSdkLevelConfig implements IConfig<AndroidSdkLevelConfig> {
|
||||
|
||||
public AndroidSdkLevelConfig() {
|
||||
androidVerToSdk = new HashMap<>();
|
||||
androidVerToSdk.put("15", 35);
|
||||
androidVerToSdk.put("14", 34);
|
||||
androidVerToSdk.put("13", 33);
|
||||
androidVerToSdk.put("12L", 32);
|
||||
|
||||
Reference in New Issue
Block a user