replace default empty SplashActivity appending with .Orange
This commit is contained in:
parent
428510070b
commit
17465429ee
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ buildscript {
|
|||
propMinSdkVersion = 16
|
||||
propTargetSdkVersion = propCompileSdkVersion
|
||||
propVersionCode = 1
|
||||
propVersionName = '4.4.1'
|
||||
propVersionName = '4.4.8'
|
||||
kotlin_version = '1.2.51'
|
||||
support_libs = '27.1.1'
|
||||
}
|
||||
|
|
|
@ -197,7 +197,7 @@ val appIconColorStrings = arrayListOf(
|
|||
".Lime",
|
||||
".Yellow",
|
||||
".Amber",
|
||||
"",
|
||||
".Orange",
|
||||
".Deep_orange",
|
||||
".Brown",
|
||||
".Blue_grey",
|
||||
|
|
Loading…
Reference in a new issue