Browse Source

asr腕表版本升级到1.1.5

weizhengliang 6 months ago
parent
commit
eac07e7b36
1 changed files with 3 additions and 3 deletions
  1. 3 3
      build.gradle

+ 3 - 3
build.gradle

@@ -40,7 +40,7 @@ buildscript {
      * YD-S5-W_QIN2PRO-2: 多亲手机
      * ...
      */
-    ext.app_device_type = "yd_w_gionee_2"
+    ext.app_device_type = "yd_watch_2"
 
     //腕表类型:g6s,asr
     ext.watch_type = ""
@@ -100,8 +100,8 @@ buildscript {
             ext.app_version = "1.10.5_g6s"
         } else if (watch_type == "asr") {
             //新款asr H07腕表
-            ext.app_version_code = 4
-            ext.app_version = "1.1.4_asr"
+            ext.app_version_code = 5
+            ext.app_version = "1.1.5_asr"
         } else {
             //其他腕表
             ext.app_version_code = 11