zhangshenjie 3 dias atrás
pai
commit
fe9aad5481

+ 1 - 1
app/build.gradle

@@ -20,7 +20,7 @@ ext {
     versionCode = Integer.parseInt(new SimpleDateFormat("yyMMddHH").format(new Date()) + 1)
 //    versionCode=230617180
 //    brandCode="000B"
-    brandCode = "058A"
+    brandCode = "010I"
 //    model = "5037"
     model = "1039"
 

+ 1 - 1
libBase/src/main/java/com/develop/base/ext/GlobaExt.kt

@@ -309,7 +309,7 @@ fun getGoneLogin(): Boolean {
     var sn = getSN()
     return sn.startsWith("032D") || sn.startsWith("032E") || sn.startsWith("011")
             || sn.startsWith("030A") || sn.startsWith("010F")
-            || sn.startsWith("033")
+            || sn.startsWith("033")|| sn.startsWith("010I")|| sn.startsWith("010H")
 }
 
 fun getGoneTuYa(): Boolean {