[V2XSDK]远程代码与本地代码同步,并更新版本号
This commit is contained in:
@@ -214,7 +214,6 @@ public class MainActivity extends AppCompatActivity {
|
||||
V2XConfig.Builder builder = new V2XConfig.Builder();
|
||||
builder.loggable(true)
|
||||
.aiCloudConfig(MoGoAiCloudClientConfig.getInstance())
|
||||
.appId("com.mogo.launcher")
|
||||
.context(v.getContext())
|
||||
.distanceForTriggerRefresh(300)
|
||||
.durationForTriggerRefresh(1, TimeUnit.MINUTES);
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
GROUP=com.mogo.v2x
|
||||
POM_ARTIFACT_ID=v2x
|
||||
MOGO_V2X_VERSION=1.0.0
|
||||
POM_ARTIFACT_ID=v2x
|
||||
@@ -128,11 +128,6 @@ class V2XConfig private constructor(builder: Builder) {
|
||||
*/
|
||||
fun loggable(loggable: Boolean) = apply { this.loggable = loggable }
|
||||
|
||||
/**
|
||||
* 应用ID(一般取应用包名),此参数是必选项,不设置会抛异常
|
||||
*/
|
||||
fun appId(appId: String) = apply { this.appId = appId }
|
||||
|
||||
/**
|
||||
* 公共参数列表
|
||||
*/
|
||||
|
||||
@@ -57,4 +57,4 @@ MOGO_TRAFFICLIVE_VERSION=1.3.21
|
||||
MOGO_LOCATION_VERSION=1.3.21
|
||||
|
||||
# v2x
|
||||
MOGO_V2X_VERSION=1.0.1
|
||||
MOGO_V2X_VERSION=1.0.2
|
||||
|
||||
Reference in New Issue
Block a user