Skip to content

Commit

Permalink
release: switch to version 4.0.6
Browse files Browse the repository at this point in the history
The set of features is not ready for 4.1.0 yet.
  • Loading branch information
mwarning committed Dec 24, 2022
1 parent ee5b109 commit 3be12c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 410
versionName "4.1.0"
versionCode 406
versionName "4.0.6"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/kotlin/d/d/meshenger/Database.kt
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class Database() {
if (new_from == "4.0.5") {
settings.put("video_hardware_acceleration", false)
settings.put("no_audio_processing", false)
new_from = "4.1.0"
new_from = "4.0.6"
}

alignSettings(settings)
Expand Down
File renamed without changes.

0 comments on commit 3be12c4

Please sign in to comment.