Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltroger committed Feb 3, 2024
1 parent f589a43 commit d49fb67
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId = "com.michaeltroger.gruenerpass"
minSdk = 21
targetSdk = 34
versionCode = 50
versionName = "3.4.0"
versionCode = 51
versionName = "3.4.1"

ksp {
arg("room.schemaLocation", "$projectDir/schemas")
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/51.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Behebt einen Fehler beim Öffnen von Dokumenten
- Verbessert die Dokumentensuche
- Aktualisierung der verwendeten Bibliotheken (Dependencies)
- Leistungsverbesserungen
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/51.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Fixes an issue with the opening of documents
- Improves the document search
- Update of libraries used in the app
- Performance improvements

0 comments on commit d49fb67

Please sign in to comment.