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