File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ android {
48
48
minSdkVersion 21
49
49
compileSdk 34
50
50
targetSdkVersion 34
51
- versionCode 563
52
- versionName " 3.17.0 "
51
+ versionCode 564
52
+ versionName " 3.17.1 "
53
53
multiDexEnabled true
54
54
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
55
55
buildConfigField " long" , " TIMESTAMP" , System . currentTimeMillis() + " L"
You can’t perform that action at this time.
0 commit comments