diff --git a/fastlane/metadata/android/en-US/changelogs/558.txt b/fastlane/metadata/android/en-US/changelogs/558.txt new file mode 100644 index 0000000000..a71916eef3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/558.txt @@ -0,0 +1,6 @@ +## What's Changed +* Notification channels: severity => tag by @mueller-ma in https://github.com/openhab/openhab-android/pull/3821 +* Fix invisible buttongrid icons by @mueller-ma in https://github.com/openhab/openhab-android/pull/3827 + + +**Full Changelog**: https://github.com/openhab/openhab-android/compare/3.16.3-beta...3.16.4-beta diff --git a/mobile/build.gradle b/mobile/build.gradle index e1959e80be..71f9f3d683 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -49,8 +49,8 @@ android { minSdkVersion 21 compileSdk 34 targetSdkVersion 33 - versionCode 557 - versionName "3.16.3-beta" + versionCode 558 + versionName "3.16.4-beta" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"