|
@@ -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 {
|