diff --git a/fastlane/metadata/android/en-US/changelogs/541.txt b/fastlane/metadata/android/en-US/changelogs/541.txt new file mode 100644 index 0000000000..b1e7c88101 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/541.txt @@ -0,0 +1,5 @@ +## What's Changed +* Support buttongrid's button widgets by @jimtng in https://github.com/openhab/openhab-android/pull/3723 + + +**Full Changelog**: https://github.com/openhab/openhab-android/compare/3.14.4-beta...3.14.5-beta diff --git a/mobile/build.gradle b/mobile/build.gradle index 141e390eb9..4aa6196f88 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -49,8 +49,8 @@ android { minSdkVersion 21 compileSdk 34 targetSdkVersion 33 - versionCode 540 - versionName "3.14.4-beta" + versionCode 541 + versionName "3.14.5-beta" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"