Skip to content

Commit

Permalink
bump version to 4.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Aug 15, 2024
1 parent 45f6b35 commit ba74203
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 34
versionCode 435
versionName "4.3.5"
versionCode 436
versionName "4.3.6"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
Expand Down
9 changes: 2 additions & 7 deletions app/src/main/kotlin/d/d/meshenger/Database.kt
Original file line number Diff line number Diff line change
Expand Up @@ -309,14 +309,9 @@ class Database {
newFrom = "4.3.3"
}

if (newFrom == "4.3.3") {
if (newFrom in listOf("4.3.3", "4.3.4", "4.3.5")) {
// nothing to do
newFrom = "4.3.4"
}

if (newFrom == "4.3.4") {
// nothing to do
newFrom = "4.3.5"
newFrom = "4.3.6"
}

alignSettings(settings)
Expand Down

0 comments on commit ba74203

Please sign in to comment.