Skip to content

Commit 93e766c

Browse files
rckTomrralf
authored andcommitted
bump version number and prepare release v2.5
Signed-off-by: Thomas Schmid <[email protected]>
1 parent 11a49d2 commit 93e766c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "de.binary_kitchen.doorlock_app"
88
minSdkVersion 21
99
targetSdkVersion 28
10-
versionCode 7
11-
versionName "2.4"
10+
versionCode 8
11+
versionName "2.5"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414
signingConfigs {

app/src/main/play/de-DE/whatsnew

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
- Neuer Sperrmodus: Present
2-
- Update auf neue API
3-
- Kleinere Fixes
1+
- Support für lokale Authentifizierungsmethode
2+
- Widget zeigt jetzt Status Present an
3+
- Widget stabilisiert

app/src/main/play/en-GB/whatsnew

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
- New lock state: Present
2-
- Use new API
3-
- Minor fixes
1+
- Support for local authentication method
2+
- Widget now displays status present
3+
- Stabilizing widget

0 commit comments

Comments
 (0)