@ -1,4 +1,5 @@
android/app/agconnect-services.json
android/app/*.pem
# OSX
#
@ -101,7 +101,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
versionName "1.0.0"
manifestPlaceholders = [
GETUI_APPID: project.env.get("GETUI_APPID"),
@ -134,6 +134,7 @@ export class AppSocket {
const closeConnecting = () => {
if (this.closeFn && typeof this.closeFn === 'function') {
this.closeFn();
this.closeFn = null;
}
};