Skip to content

Commit

Permalink
bump version number and prepare release v2.5
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Schmid <[email protected]>
  • Loading branch information
rckTom authored and rralf committed Dec 3, 2018
1 parent 11a49d2 commit 93e766c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "de.binary_kitchen.doorlock_app"
minSdkVersion 21
targetSdkVersion 28
versionCode 7
versionName "2.4"
versionCode 8
versionName "2.5"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
signingConfigs {
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/play/de-DE/whatsnew
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- Neuer Sperrmodus: Present
- Update auf neue API
- Kleinere Fixes
- Support für lokale Authentifizierungsmethode
- Widget zeigt jetzt Status Present an
- Widget stabilisiert
6 changes: 3 additions & 3 deletions app/src/main/play/en-GB/whatsnew
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- New lock state: Present
- Use new API
- Minor fixes
- Support for local authentication method
- Widget now displays status present
- Stabilizing widget

0 comments on commit 93e766c

Please sign in to comment.