Skip to content

Commit 760ad73

Browse files
committed
Bump version to 3.17.1 and update fastlane metadata
Signed-off-by: openhab-bot <bot@openhab.org>
1 parent c5d0157 commit 760ad73

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## What's Changed
2+
* Remove EventListener for Android 14 on Play Store by @mueller-ma in https://github.com/openhab/openhab-android/pull/3850
3+
* Format screensaver item as html by @mueller-ma in https://github.com/openhab/openhab-android/pull/3853
4+
* Section switch: Don't display a value text field when a switch is checked by @mueller-ma in https://github.com/openhab/openhab-android/pull/3847
5+
6+
7+
**Full Changelog**: https://github.com/openhab/openhab-android/compare/3.17.0-release...3.17.1-release

mobile/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ android {
4848
minSdkVersion 21
4949
compileSdk 34
5050
targetSdkVersion 34
51-
versionCode 563
52-
versionName "3.17.0"
51+
versionCode 564
52+
versionName "3.17.1"
5353
multiDexEnabled true
5454
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
5555
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"

0 commit comments

Comments
 (0)