|
@@ -12,7 +12,7 @@ ext{
|
|
|
|
|
|
versionCode=Integer.parseInt(new SimpleDateFormat("yyMMddHH").format(new Date()) + 1)
|
|
|
// versionCode=230617180
|
|
|
- brandCode="017A"
|
|
|
+ brandCode="011A"
|
|
|
model="1039"
|
|
|
|
|
|
}
|
|
@@ -83,7 +83,7 @@ android {
|
|
|
dimension "platform"
|
|
|
applicationId "com.develop.foodcooking"
|
|
|
buildConfigField("String", "UpdatePlatform", "\"normal\"")
|
|
|
- resValue("string", "app_theme", "@style/SplashTheme")
|
|
|
+ resValue("string", "app_theme", "@style/Splash017Theme")
|
|
|
|
|
|
}
|
|
|
|