Skip to content

Commit

Permalink
Bump version to 3.7.2-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 Aug 24, 2023
1 parent 0aba65d commit 6016392
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/495.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## What's Changed
* Show label and icon for all Widgets by @mueller-ma in https://github.com/openhab/openhab-android/pull/3441

**Full Changelog**: https://github.com/openhab/openhab-android/compare/3.7.1-beta...3.7.2-beta
4 changes: 2 additions & 2 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ android {
applicationId "org.openhab.habdroid"
minSdkVersion 21
targetSdkVersion 33
versionCode 494
versionName "3.7.1-beta"
versionCode 495
versionName "3.7.2-beta"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
Expand Down

0 comments on commit 6016392

Please sign in to comment.