Skip to content

Commit

Permalink
v0.9.17
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Bier <[email protected]>
  • Loading branch information
vbier committed Feb 21, 2018
1 parent 62da56d commit 1d7d068
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 19
targetSdkVersion 26
versionCode 1
versionName "0.9.17pre"
versionName "0.9.17"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/raw-de/releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.9.17pre
0.9.17
======
- Umgehung für Fehler in HABPanel, bei dem der Kiosk Modus bei Navigation verloren geht
- Verbindungsstatistik hinzugefügt
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/raw/releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.9.17pre
0.9.17
======
- add workaround for bug in HABPanel where kiosk mode flag is lost on navigation
- add connection statistics
Expand Down

0 comments on commit 1d7d068

Please sign in to comment.