소스 검색

asr腕表升级版本到1.1.6

weizhengliang 4 달 전
부모
커밋
94041b2e93
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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 = 5
-            ext.app_version = "1.1.5_asr"
+            ext.app_version_code = 6
+            ext.app_version = "1.1.6_asr"
         } else {
             //其他腕表
             ext.app_version_code = 11