mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 11:46:32 +00:00
fix showing clear cache
This commit is contained in:
parent
9198f3310c
commit
2ffd6a10b0
3 changed files with 10 additions and 3 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
NAME=4.4.2
|
||||
CODE=8111
|
||||
CODE=8131
|
||||
Loading…
Reference in a new issue