Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrya committed Sep 4, 2024
1 parent 16e389d commit 804ac7a
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 = 54
versionName = "2.6.1"
versionName = "2.6.2"
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.2
• Probleme bei WLAN-Erkennung für Android 10 und 11 behoben

v2.6.1
• Fehler behoben, bei dem die App manchmal beim Wechseln in den Nachtmodus gecrasht ist

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.2
• fixed issues with wifi detection in Android 10 and 11

v2.6.1
• fixed bug where changing to night mode sometimes crashed the app

Expand Down

0 comments on commit 804ac7a

Please sign in to comment.