fix showing clear cache

This commit is contained in:
Phillip Thelen 2024-09-18 13:42:21 +02:00
parent 9198f3310c
commit 2ffd6a10b0
3 changed files with 10 additions and 3 deletions

View file

@ -399,8 +399,7 @@
<Preference
android:key="clear_database"
android:title="@string/clear_cache_settings"
android:layout="@layout/preference_child_summary"
app:isPreferenceVisible="false"/>
android:layout="@layout/preference_child_summary" />
<Preference android:title="@string/reload_content"
android:key="reload_content"
android:layout="@layout/preference_child_summary"/>

View file

@ -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.

View file

@ -1,2 +1,2 @@
NAME=4.4.2
CODE=8111
CODE=8131