Skip to content

Commit

Permalink
Update for V2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Nov 6, 2022
1 parent 19850ff commit d017ab9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions audioSpectrumAnalyzer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "org.woheller69.audio_analyzer_for_android"
minSdkVersion 14
targetSdkVersion 31
versionCode 200
versionName "2.0"
versionCode 210
versionName "2.1"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion audioSpectrumAnalyzer/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="DarkThemeSelector" parent="@style/Theme.AppCompat">
<item name="actionBarSize">32dp</item>
<item name="actionBarSize">36dp</item>
<item name="actionBarStyle">@style/MyActionBar</item>
</style>

Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/210.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fullscreen Modus hinzugefügt
Option für kleiner FFT Länge und FFT Überlapp
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/210.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Add fullscreen mode
Option for smaller FFT length and higher overlap
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d017ab9

Please sign in to comment.