[2.13.0-arch-opt] change the gradle files and map gradle config

This commit is contained in:
zhongchao
2022-12-28 17:42:38 +08:00
parent b8cbc713c1
commit c411ee4389
21 changed files with 61 additions and 406 deletions

View File

@@ -17,4 +17,8 @@ public interface IMogoGDLocationClient {
*/
String getLastCityCode();
double getLastLat();
double getLastLon();
}

View File

@@ -31,11 +31,6 @@ public class MogoLocationListenerRegister implements IMogoLocationListenerRegist
sInstance = null;
}
private Object readResolve() {
// 阻止反序列化,必须实现 Serializable 接口
return sInstance;
}
private final Set< IMogoLocationListener > sListeners = new HashSet<>( 10 );
/**