Skip to content

Commit

Permalink
Beta release 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Staacks committed Nov 30, 2024
1 parent dc58ebb commit 9940856
Show file tree
Hide file tree
Showing 3 changed files with 6 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 @@ -11,8 +11,8 @@ android {
applicationId = "org.staacks.alpharemote"
minSdk = 31
targetSdk = 35
versionCode = 183
versionName = "0.18c"
versionCode = 190
versionName = "0.19"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 2 additions & 0 deletions metadata/de/changelogs/190.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Besserer Umgang mit kurzen Verbindungsunterbrechungen. Dies sollte die Verbindung auf Android 13 und 14 Geräten fixen und die Stabilität auf allen anderen Geräten verbessern.
- Breite der Einstellungen- und Über-Seiten auf großen Bildschirmen begrenzen.
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/190.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Handle short disconnects. This should fix connectivity for Android 13 and 14 devices and improve stability on every other device.
- Limit width of settings and about tabs for wide screens.

0 comments on commit 9940856

Please sign in to comment.