diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7518d019..5dea35c9 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -15,8 +15,8 @@ android { applicationId = "com.jkuester.unlauncher" minSdkVersion(21) targetSdkVersion(33) - versionName = "2.0.0-beta.4" - versionCode = 16 + versionName = "2.0.0-beta.5" + versionCode = 17 vectorDrawables { useSupportLibrary = true } // signingConfigs { // if (project.extra.has("RELEASE_STORE_FILE")) { diff --git a/app/src/main/java/com/sduduzog/slimlauncher/utils/SystemUiManager.kt b/app/src/main/java/com/sduduzog/slimlauncher/utils/SystemUiManager.kt index da0ffec1..105225fc 100644 --- a/app/src/main/java/com/sduduzog/slimlauncher/utils/SystemUiManager.kt +++ b/app/src/main/java/com/sduduzog/slimlauncher/utils/SystemUiManager.kt @@ -84,6 +84,7 @@ open class SystemUiManager internal constructor(internal val context: Context) { @TargetApi(Build.VERSION_CODES.O) open fun setSystemUiColors() { + // These colors can be hard-coded in the theme xml once the minimum Android API version is 26 val primaryColor = getPrimaryColor() window.statusBarColor = primaryColor window.navigationBarColor = primaryColor