From 19b00a48cabf5098764cb7e08b16a09e0c8f8337 Mon Sep 17 00:00:00 2001 From: openhab-bot Date: Sun, 14 Apr 2024 12:15:29 +0000 Subject: [PATCH] Bump version to 3.12.2-beta and update fastlane metadata Signed-off-by: openhab-bot --- fastlane/metadata/android/en-US/changelogs/525.txt | 7 +++++++ mobile/build.gradle | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/525.txt diff --git a/fastlane/metadata/android/en-US/changelogs/525.txt b/fastlane/metadata/android/en-US/changelogs/525.txt new file mode 100644 index 0000000000..dba78843ae --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/525.txt @@ -0,0 +1,7 @@ +## What's Changed +* Potential fix for #3637 / race condition sitemap vs events by @seime in https://github.com/openhab/openhab-android/pull/3639 + +## New Contributors +* @seime made their first contribution in https://github.com/openhab/openhab-android/pull/3639 + +**Full Changelog**: https://github.com/openhab/openhab-android/compare/3.12.1-beta...3.12.2-beta diff --git a/mobile/build.gradle b/mobile/build.gradle index a38fb97cbd..48add75098 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -49,8 +49,8 @@ android { minSdkVersion 21 compileSdk 34 targetSdkVersion 33 - versionCode 524 - versionName "3.12.1-beta" + versionCode 525 + versionName "3.12.2-beta" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"