diff --git a/fastlane/metadata/android/en-US/changelogs/502.txt b/fastlane/metadata/android/en-US/changelogs/502.txt new file mode 100644 index 0000000000..88128b4c79 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/502.txt @@ -0,0 +1,5 @@ +## What's Changed +* Implement icon in button mappings by @mueller-ma in https://github.com/openhab/openhab-android/pull/3520 + + +**Full Changelog**: https://github.com/openhab/openhab-android/compare/3.7.8-beta...3.7.9-beta diff --git a/mobile/build.gradle b/mobile/build.gradle index a5676cf58d..f16ebff9f3 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -49,8 +49,8 @@ android { minSdkVersion 21 compileSdk 34 targetSdkVersion 33 - versionCode 501 - versionName "3.7.8-beta" + versionCode 502 + versionName "3.7.9-beta" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"