Merge branch 'dev' into dev_custom_map
This commit is contained in:
@@ -30,7 +30,7 @@ dependencies {
|
||||
implementation fileTree(dir: "libs", include: ["*.jar"])
|
||||
implementation rootProject.ext.dependencies.arouter
|
||||
// 上报位置
|
||||
implementation 'com.zhidao.locupload:loc-upload-sdk:1.1.2'
|
||||
implementation 'com.zhidao.locupload:loc-upload-sdk:1.1.3'
|
||||
// 长链
|
||||
implementation 'com.zhidao.socket:built-in-socket:1.0.15'
|
||||
// passport
|
||||
|
||||
@@ -246,4 +246,17 @@ public class DebugConfig {
|
||||
public static String getSocketAppId() {
|
||||
return sSocketAppId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 道路事件动画
|
||||
*/
|
||||
private static boolean sRoadEventAnimated = false;
|
||||
|
||||
public static boolean isRoadEventAnimated() {
|
||||
return sRoadEventAnimated;
|
||||
}
|
||||
|
||||
public static void setRoadEventAnimated( boolean sRoadEventAnimated ) {
|
||||
DebugConfig.sRoadEventAnimated = sRoadEventAnimated;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user