xiongzhu 3 лет назад
Родитель
Сommit
1e4354b257
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      android/app/build.gradle
  2. 1 1
      capacitor.config.json

+ 1 - 1
android/app/build.gradle

@@ -6,7 +6,7 @@ android {
         applicationId "com.bigauction.mobile"
         minSdkVersion rootProject.ext.minSdkVersion
         targetSdkVersion rootProject.ext.targetSdkVersion
-        versionCode 2
+        versionCode 3
         versionName "1.0.0"
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         aaptOptions {

+ 1 - 1
capacitor.config.json

@@ -4,7 +4,7 @@
     "webDir": "dist",
     "bundledWebRuntime": false,
     "server": {
-        "url": "http://192.168.6.215:5174/",
+        "url": "https://fitmartz.com",
         "clearText": true
     },
     "android": {