Skip to content

Commit

Permalink
Bump version to 3.12.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 Apr 14, 2024
1 parent b6c3b63 commit 19b00a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/525.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## What's Changed
* Potential fix for #3637 / race condition sitemap vs events by @seime in https:/openhab/openhab-android/pull/3639

## New Contributors
* @seime made their first contribution in https:/openhab/openhab-android/pull/3639

**Full Changelog**: https:/openhab/openhab-android/compare/3.12.1-beta...3.12.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 {
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"
Expand Down

0 comments on commit 19b00a4

Please sign in to comment.