diff --git a/android/app/build.gradle b/android/app/build.gradle
index f393b45..43e6e61 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -80,7 +80,7 @@ apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
  */
 
 project.ext.react = [
-    enableHermes: false,  // clean and rebuild if changing
+    enableHermes: true,  // clean and rebuild if changing
 ]
 
 apply from: "../../node_modules/react-native/react.gradle"
diff --git a/android/app/src/main/assets/appcenter-config.json b/android/app/src/main/assets/appcenter-config.json
new file mode 100644
index 0000000..1a69800
--- /dev/null
+++ b/android/app/src/main/assets/appcenter-config.json
@@ -0,0 +1,3 @@
+{
+  "app_secret": "45a99690-9deb-4a08-9d6f-0a95e4c25256"
+}
\ No newline at end of file
diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml
index cc42588..014214d 100644
--- a/android/app/src/main/res/values/strings.xml
+++ b/android/app/src/main/res/values/strings.xml
@@ -1,3 +1,5 @@
 <resources>
     <string name="app_name">locaft_mobile</string>
+    <string name="appCenterCrashes_whenToSendCrashes" moduleConfig="true" translatable="false">DO_NOT_ASK_JAVASCRIPT</string>
+<string name="appCenterAnalytics_whenToEnableAnalytics" moduleConfig="true" translatable="false">ALWAYS_SEND</string>
 </resources>