Skip to content

Commit

Permalink
V3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Jun 13, 2024
1 parent 02baaca commit a3a809d
Show file tree
Hide file tree
Showing 3 changed files with 11 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 @@ -10,8 +10,8 @@ android {
applicationId "org.woheller69.whobird"
minSdk 28
targetSdk 34
versionCode 32
versionName "3.2"
versionCode 33
versionName "3.3"
}

aaptOptions {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />

<application
android:allowBackup="true"
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/33.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Dutch translation
Add support for Android 9 and 10
Optional high-pass filter
New settings activity
- select input source
- adjust high-pass filter
- adjust detection threshold
UI changes

0 comments on commit a3a809d

Please sign in to comment.