Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrya committed Aug 27, 2023
1 parent f677970 commit 24d7837
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
targetSdk = 34
vectorDrawables.useSupportLibrary = true
versionCode = 51
versionName = "2.5.2"
versionName = "2.5.3"
javaCompileOptions {
annotationProcessorOptions {
argument("room.schemaLocation", "$projectDir/schemas")
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/play/release-notes/de-DE/default.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v2.5.3
• Unterstützung für Android 14 hinzugefügt

v2.5.2
• weitere fehlende Bluetooth-Berechtigung hinzugefügt

Expand Down
3 changes: 3 additions & 0 deletions app/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v2.5.3
• added support for Android 14

v2.5.2
• added another missing bluetooth permission

Expand Down

0 comments on commit 24d7837

Please sign in to comment.