Skip to content

Commit

Permalink
Bump version and add fastlane files
Browse files Browse the repository at this point in the history
  • Loading branch information
teccheck committed Jan 23, 2024
1 parent 11df6cc commit d893208
Show file tree
Hide file tree
Showing 5 changed files with 10 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 @@ -13,8 +13,8 @@ android {
applicationId "io.github.teccheck.fastlyrics"
minSdk 22
targetSdk 34
versionCode 5
versionName "0.5.0"
versionCode 6
versionName "0.5.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Polnische Übersetzung
Deezer Songtexte
Syncronisierte Songtexte
1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/changelogs/6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Versuche einen Crash zu beheben, wenn die App keinen Zugriff auf die Benachrichtigungen hat
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Polish translation
Deezer lyrics
Synced lyrics
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Tried fixing a crash, if the app doesn't have notification access

0 comments on commit d893208

Please sign in to comment.