Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltroger committed Nov 1, 2023
1 parent 6188def commit fb92d97
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 @@ -15,8 +15,8 @@ android {
applicationId = "at.mikenet.serbianlatintocyrillic"
minSdk = 23
targetSdk = 34
versionCode = 60
versionName = "5.5.0"
versionCode = 61
versionName = "5.5.1"

resourceConfigurations += listOf("en", "de", "hr", "sr", "uk")
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/61.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Unterstützung von Android 14
- Android Adaptive Icon Unterstützung
- Entfernung von unbenutzter Weißfläche in den Einstellungen
- Behebt einen Absturz bei Benutzung eines eigenen Alphabets
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/61.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Support for Android 14
- Android Adaptive Icon support
- Removed unused white space in settings menu
- Fix crash when using custom alphabet

0 comments on commit fb92d97

Please # to comment.