Skip to content

Commit

Permalink
Bump version to 3.16.6-beta and update fastlane metadata
Browse files Browse the repository at this point in the history
Signed-off-by: openhab-bot <[email protected]>
  • Loading branch information
openhab-bot committed Dec 2, 2024
1 parent bf41a90 commit 0f3e4c0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/560.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## What's Changed
* Add support for 'Colortemperaturepicker' widget by @maniac103 in https://github.com/openhab/openhab-android/pull/3830
* Tune slider widget sizes by @maniac103 in https://github.com/openhab/openhab-android/pull/3838


**Full Changelog**: https://github.com/openhab/openhab-android/compare/3.16.5-beta...3.16.6-beta
4 changes: 2 additions & 2 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ android {
minSdkVersion 21
compileSdk 34
targetSdkVersion 34
versionCode 559
versionName "3.16.5-beta"
versionCode 560
versionName "3.16.6-beta"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
Expand Down

0 comments on commit 0f3e4c0

Please sign in to comment.