|
@@ -43,7 +43,7 @@ buildscript {
|
|
|
ext.app_device_type = "yd_w_gionee_2"
|
|
|
|
|
|
//腕表类型:g6s,asr
|
|
|
- ext.watch_type = "asr"
|
|
|
+ ext.watch_type = ""
|
|
|
|
|
|
if (app_device_type == "yd_s5_w_qin2_2") {
|
|
|
ext.build_tools_version = "26.0.2"
|
|
@@ -91,6 +91,9 @@ buildscript {
|
|
|
ext.build_tools_version = "26.0.2"
|
|
|
ext.support_library_version = "26.1.0"
|
|
|
|
|
|
+ //腕表类型:g6s,asr
|
|
|
+ ext.watch_type = "asr"
|
|
|
+
|
|
|
if (watch_type == "g6s") {
|
|
|
//g6s腕表
|
|
|
ext.app_version_code = 10005
|