add new module of location and update version

This commit is contained in:
zhongchao
2021-07-09 09:34:23 +08:00
parent 7389428f57
commit 7a8437ad20
16 changed files with 244 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ android {
targetSdkVersion rootProject.ext.android.targetSdkVersion
versionCode 1
versionName "${MOGO_SOCKET_VERSION}"
versionName "${MOGO_REALTIME_VERSION}"
consumerProguardFiles "consumer-rules.pro"
}