Skip to content

Commit

Permalink
switch to AndroidX preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Jan 16, 2023
1 parent ff4fb25 commit 105ed45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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 210
versionName "2.1"
versionCode 220
versionName "2.2"
}
buildTypes {
release {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/changelogs/220.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Umstellung auf AndroidX Preferences
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/220.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Switch to AndroidX preferences

0 comments on commit 105ed45

Please sign in to comment.