Browse Source

提交人:jtm
提交内容:036I涂鸦

江天明 1 year ago
parent
commit
9d7000debb
2 changed files with 6 additions and 6 deletions
  1. 5 5
      app/build.gradle
  2. 1 1
      libBase/src/main/java/com/develop/base/ext/GlobaExt.kt

+ 5 - 5
app/build.gradle

@@ -12,7 +12,7 @@ ext{
 
     versionCode=Integer.parseInt(new SimpleDateFormat("yyMMddHH").format(new Date()) + 1)
 //    versionCode=230617180
-    brandCode="010D"
+    brandCode="036I"
     model="1039"
 
 }
@@ -114,15 +114,15 @@ android {
         brand036I {
             dimension "platform"
             applicationId "com.develop.foodcooking"
-            buildConfigField("String", "UpdatePlatform", "\"night\"")
-            resValue("string", "app_theme", "@style/SplashTheme")
+            buildConfigField("String", "UpdatePlatform", "\"normal\"")
+            resValue("string", "app_theme", "@style/Splash036IDTheme")
         }
 
         brand036ITuya {
             dimension "platform"
             applicationId "com.develop.foodcooking"
-            buildConfigField("String", "UpdatePlatform", "\"night\"")
-            resValue("string", "app_theme", "@style/SplashTheme")
+            buildConfigField("String", "UpdatePlatform", "\"normal\"")
+            resValue("string", "app_theme", "@style/Splash036IDTheme")
         }
 
         brand000A {

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

@@ -189,7 +189,7 @@ fun getBrandNum(): String {
 fun getSN(): String {
     var serial: String
 
-    //return "002D21020020123010190001"
+    return "036I21060020123010190001"
     //通过反射获取sn号
     try {
         val c = Class.forName("android.os.SystemProperties")