Skip to content

Commit

Permalink
create release 4.0.9
Browse files Browse the repository at this point in the history
There was some test code active
that prevented Bluetooth audio
from working on the first try.
  • Loading branch information
mwarning committed Jan 12, 2023
1 parent 571bac2 commit fb94a27
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 19
targetSdkVersion 33
versionCode 408
versionName "4.0.8"
versionCode 409
versionName "4.0.9"
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 @@ -216,6 +216,11 @@ class Database {
newFrom = "4.0.8"
}

if (newFrom == "4.0.8") {
// nothing to do
newFrom = "4.0.9"
}

alignSettings(settings)

db.put("version", newFrom)
Expand Down
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/409.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* ask for Bluetooth permission we potentially required

0 comments on commit fb94a27

Please sign in to comment.