diff --git a/.gitignore b/.gitignore
index 5148e52..ba1b800 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,6 @@ jspm_packages
# Optional REPL history
.node_repl_history
+
+# Android secrets
+**/*/res/values/configuration.xml
diff --git a/android/.idea/modules.xml b/android/.idea/modules.xml
index 7234af4..026e60e 100644
--- a/android/.idea/modules.xml
+++ b/android/.idea/modules.xml
@@ -6,7 +6,9 @@
+
+
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 599745f..3bff437 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -16,6 +16,9 @@
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:theme="@style/AppTheme">
+
-