Skip to content

Commit

Permalink
prepare new release 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Jan 14, 2025
1 parent 41b7b27 commit e5b8cf8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdk 21
targetSdk 35
compileSdk 35
versionCode 402
versionName "4.0.2"
versionCode 403
versionName "4.0.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/kotlin/app/trigger/Settings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ object Settings {
db_version = new_version
}

if (db_version in setOf("3.4.1", "3.4.2", "3.4.3", "3.4.4", "4.0.0", "4.0.1")) {
val new_version = "4.0.2"
if (db_version in setOf("3.4.1", "3.4.2", "3.4.3", "3.4.4", "4.0.0", "4.0.1", "4.0.2")) {
val new_version = "4.0.3"
Log.i(TAG, "Update database format from $db_version to $new_version")
// nothing to change
doors.clear()
Expand Down
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/403.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* fix toobar and system status bar overlap (Android 15)
* fix crash in the Nuki settings

0 comments on commit e5b8cf8

Please sign in to comment.