Skip to content

Commit

Permalink
prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrya committed Sep 7, 2024
1 parent 341f4c5 commit 6236822
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 = 55
versionName = "2.6.2"
versionName = "2.6.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.6.3
• weitere Probleme bei WLAN-Erkennung für Android 10 und 11 behoben

v2.6.2
• Probleme bei WLAN-Erkennung für Android 10 und 11 behoben

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

v2.6.2
• fixed issues with wifi detection in Android 10 and 11

Expand Down

0 comments on commit 6236822

Please sign in to comment.