Skip to content

Commit

Permalink
Bump version to 3.13.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 Jun 2, 2024
1 parent 2b5caf8 commit 432971b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/532.txt
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions fastlane/metadata/android/es-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ La aplicación incluye un plugin de acciones para Tasker y Locale.

<b>Comunidad de código abierto</b>

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.

<b>fundación openHAB</b>

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.

<b>Nota importante</b>

Expand Down
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 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"
Expand Down

0 comments on commit 432971b

Please sign in to comment.