diff --git a/foudations/mogo-base-websocket-sdk/build.gradle b/foudations/mogo-base-websocket-sdk/build.gradle index bc4cc643de..30bfc4afea 100644 --- a/foudations/mogo-base-websocket-sdk/build.gradle +++ b/foudations/mogo-base-websocket-sdk/build.gradle @@ -30,7 +30,7 @@ dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation rootProject.ext.dependencies.arouter - implementation "com.mogo.module.carchatting:module-carchatt-socket:1.1.1" + implementation "com.mogo.module.carchatting:module-carchatt-socket:1.1.2" if (Boolean.valueOf(RELEASE)) { implementation rootProject.ext.dependencies.mogoutils