Skip to content

Commit

Permalink
build: bump version to 4.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Nov 30, 2023
1 parent 7f3bc66 commit 657205c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 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 19
targetSdkVersion 33
versionCode 425
versionName "4.2.5"
versionCode 426
versionName "4.2.6"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
Expand Down
10 changes: 10 additions & 0 deletions app/src/main/kotlin/d/d/meshenger/Database.kt
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,16 @@ class Database {
newFrom = "4.2.4"
}

if (newFrom == "4.2.4") {
// nothing to do
newFrom = "4.2.5"
}

if (newFrom == "4.2.5") {
// nothing to do
newFrom = "4.2.6"
}

alignSettings(settings)

db.put("version", newFrom)
Expand Down
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/426.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* update translations
* Arabic by ButterflyOfFire
* Russian by oneofthehorses

0 comments on commit 657205c

Please sign in to comment.