From 432971bf991a96ff7992cfc6f3e80468d03477bb Mon Sep 17 00:00:00 2001 From: openhab-bot Date: Sun, 2 Jun 2024 15:10:48 +0000 Subject: [PATCH] Bump version to 3.13.2-beta and update fastlane metadata Signed-off-by: openhab-bot --- fastlane/metadata/android/en-US/changelogs/532.txt | 5 +++++ fastlane/metadata/android/es-US/full_description.txt | 8 ++++---- mobile/build.gradle | 4 ++-- 3 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/532.txt diff --git a/fastlane/metadata/android/en-US/changelogs/532.txt b/fastlane/metadata/android/en-US/changelogs/532.txt new file mode 100644 index 0000000000..eed20f0229 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/532.txt @@ -0,0 +1,5 @@ +## What's Changed +* Add screensaver (daydream) by @mueller-ma in https://github.com/openhab/openhab-android/pull/3688 + + +**Full Changelog**: https://github.com/openhab/openhab-android/compare/3.13.1-beta...3.13.2-beta diff --git a/fastlane/metadata/android/es-US/full_description.txt b/fastlane/metadata/android/es-US/full_description.txt index 816e011e15..4441c31811 100644 --- a/fastlane/metadata/android/es-US/full_description.txt +++ b/fastlane/metadata/android/es-US/full_description.txt @@ -14,13 +14,13 @@ La aplicación incluye un plugin de acciones para Tasker y Locale. Comunidad de código abierto -La iniciativa de código abierto openHAB apoya con fuerza a su vibrante comunidad. El foro con más de 13.000 usuarios registrados es un lugar donde puede encontrar orientación, ayuda e inspiración. -When you find an issue please report it in the forum or at https://github.com/openhab/openhab-android/issues. -If you want to translate the app into your language join us at https://crowdin.com/project/openhab-android. +La iniciativa de código abierto openHAB apoya con fuerza a su vibrante comunidad. El foro con más de 13.000 usuarios registrados es un lugar donde puede encontrar orientación, ayuda e inspiración. Únase al foro de la comunidad de openHAB en https://community.openhab.org. +Cuando encuentre un problema, por favor, repórtelo en el foro o en https://github.com/openhab/openhab-android/issues. +Si quiere traducir la aplicación a su idioma, únase a nosotros en https://crowdin.com/project/openhab-android. fundación openHAB -La openHAB Foundation e. V. es una organización sin ánimo de lucro cuya misión es difundir las posibilidades y ventajas de las soluciones libres y abiertas para los hogares inteligentes. +La openHAB Foundation e. V. es una organización sin ánimo de lucro cuya misión es difundir las posibilidades y ventajas de las soluciones libres y abiertas para los hogares inteligentes. Conozca la misión y los servicios de la fundación en https://www.openhabfoundation.org. Nota importante diff --git a/mobile/build.gradle b/mobile/build.gradle index 09011828ab..1c674f6faa 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -49,8 +49,8 @@ android { minSdkVersion 21 compileSdk 34 targetSdkVersion 33 - versionCode 531 - versionName "3.13.1-beta" + versionCode 532 + versionName "3.13.2-beta" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"