Skip to content

Commit

Permalink
prepare fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrya committed Aug 29, 2024
1 parent 7a53652 commit cc1ba8e
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 = 35
vectorDrawables.useSupportLibrary = true
versionCode = 53
versionName = "2.6.0"
versionName = "2.6.1"
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.6.1
• Fehler behoben, bei dem die App manchmal beim Wechseln in den Nachtmodus gecrasht ist

v2.6.0
• Nachrichten werden nun sofort nach Verbinden mit oder Trennen von WLAN gesendet
• Gerätename kann nun als Nachrichteninhalt versendet werden
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.6.1
• fixed bug where changing to night mode sometimes crashed the app

v2.6.0
• messages are now immediately sent when connecting to or disconnecting from a WiFi network
• device name can now be sent as message content
Expand Down

0 comments on commit cc1ba8e

Please sign in to comment.