From 2ffd6a10b07831f7521c7666b6fb37e67f9c7235 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Wed, 18 Sep 2024 13:42:21 +0200 Subject: [PATCH] fix showing clear cache --- Habitica/res/xml/preferences_fragment.xml | 3 +-- fastlane/README.md | 8 ++++++++ version.properties | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Habitica/res/xml/preferences_fragment.xml b/Habitica/res/xml/preferences_fragment.xml index 22ff18145..b59f8d0cb 100644 --- a/Habitica/res/xml/preferences_fragment.xml +++ b/Habitica/res/xml/preferences_fragment.xml @@ -399,8 +399,7 @@ + android:layout="@layout/preference_child_summary" /> diff --git a/fastlane/README.md b/fastlane/README.md index f57928b5d..2eff082fe 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -63,6 +63,14 @@ Submit a new Beta Build to Google Play Deploy a new version to the Google Play +### android upload_to_slack + +```sh +[bundle exec] fastlane android upload_to_slack +``` + +Upload the latest output APK to slack + ---- This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run. diff --git a/version.properties b/version.properties index 0b6ea8fa0..87a4c95c6 100644 --- a/version.properties +++ b/version.properties @@ -1,2 +1,2 @@ NAME=4.4.2 -CODE=8111 \ No newline at end of file +CODE=8131 \ No newline at end of file