replace default empty SplashActivity appending with .Orange

This commit is contained in:
tibbi 2018-07-11 10:51:45 +02:00
parent 428510070b
commit 17465429ee
2 changed files with 2 additions and 2 deletions

View file

@ -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'
}

View file

@ -197,7 +197,7 @@ val appIconColorStrings = arrayListOf(
".Lime",
".Yellow",
".Amber",
"",
".Orange",
".Deep_orange",
".Brown",
".Blue_grey",