[V2XSDK]远程代码与本地代码同步,并更新版本号

This commit is contained in:
renwj
2022-02-25 15:06:49 +08:00
parent 9edae0edab
commit 6c584d334c
4 changed files with 2 additions and 9 deletions

View File

@@ -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);

View File

@@ -1,3 +1,2 @@
GROUP=com.mogo.v2x
POM_ARTIFACT_ID=v2x
MOGO_V2X_VERSION=1.0.0
POM_ARTIFACT_ID=v2x

View File

@@ -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 }
/**
* 公共参数列表
*/

View File

@@ -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