Skip to content

Commit

Permalink
Set app version to 2.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester committed Jul 27, 2023
1 parent 1801136 commit 2ac9fea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ac9fea

Please sign in to comment.