Skip to content

Commit

Permalink
metadata: bump to version 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Jul 16, 2024
1 parent f2a8b33 commit 084a0dd
Show file tree
Hide file tree
Showing 3 changed files with 8 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 21
targetSdkVersion 33
versionCode 430
versionName "4.3.0"
versionCode 431
versionName "4.3.1"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/kotlin/d/d/meshenger/Database.kt
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,11 @@ class Database {
newFrom = "4.3.0"
}

if (newFrom == "4.3.0") {
// nothing to do
newFrom = "4.3.1"
}

alignSettings(settings)

db.put("version", newFrom)
Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/431.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* use patched WebRTC to allow tethered calls

0 comments on commit 084a0dd

Please sign in to comment.