Skip to content

Commit

Permalink
update for V1.7
Browse files Browse the repository at this point in the history
Fixes #9
  • Loading branch information
woheller69 committed Jul 15, 2022
1 parent 8e92a85 commit 8845f34
Show file tree
Hide file tree
Showing 3 changed files with 6 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 @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 31
versionCode 160
versionName "1.6"
versionCode 170
versionName "1.7"
}
buildTypes {
release {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/170.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Option um zwischen großer und kleiner Verstärkung umzuschalten
Fehlerbeseitigung
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/170.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Add option to switch gain between normal and low
Bugfixes

0 comments on commit 8845f34

Please sign in to comment.