File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
src/main/play/release-notes Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ android {
4848 targetSdk = 36
4949 vectorDrawables.useSupportLibrary = true
5050 versionCode = 59
51- versionName = " 2.6.6 "
51+ versionName = " 2.7.0 "
5252 javaCompileOptions {
5353 annotationProcessorOptions {
5454 argument(" room.schemaLocation" , " $projectDir /schemas" )
Original file line number Diff line number Diff line change 1- v2.6.6
2- • Fehler beim Speichern des MQTT-Passworts behoben
1+ v2.7.0
2+ • Problem bei Verbindung zu mehreren WLANs behoben
3+ • UI unterstützt nun Insets für Kamera und Navigationsleiste
34
4- v2.6.5
5- • neue Warnung, dass Nachrichten ohne 'conditionContent' immer versendet werden
5+ Achtung: Der Inhalt der Nachricht connectedWifi ist nun eine Liste, da in neueren Android-Versionen mehr als ein WLAN verbunden sein kann.
Original file line number Diff line number Diff line change 1- v2.6.6
2- • fixed issue when storing MQTT password
1+ v2.7.0
2+ • solved issues when connecting to multiple Wi-Fis
3+ • UI supports insets for camera and navigation bar
34
4- v2.6.5
5- • new warning about always sending messages without 'conditionContent'
5+ Important: The content of message connectedWifi is now a list. Modern Android versions can be connected to multiple Wi-Fis at once.
You can’t perform that action at this time.
0 commit comments