diff --git a/.env.adhoc b/.env.adhoc deleted file mode 100644 index db23b96e9fcb..000000000000 --- a/.env.adhoc +++ /dev/null @@ -1,9 +0,0 @@ -NEW_EXPENSIFY_URL=https://staging.new.expensify.com/ -SECURE_EXPENSIFY_URL=https://secure.expensify.com/ -EXPENSIFY_URL=https://www.expensify.com/ -EXPENSIFY_PARTNER_NAME=chat-expensify-com -EXPENSIFY_PARTNER_PASSWORD=e21965746fd75f82bb66 -PUSHER_APP_KEY=268df511a204fbb60884 -USE_WEB_PROXY=false -ENVIRONMENT=adhoc -SEND_CRASH_REPORTS=true diff --git a/android/app/build.gradle b/android/app/build.gradle index e1eedba981db..7f231a86c500 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -103,17 +103,17 @@ android { // applies all non-production flavors applicationIdSuffix ".adhoc" signingConfig signingConfigs.debug - resValue “string”, “build_config_package”, “com.expensify.chat” + resValue "string", "build_config_package", "com.expensify.chat" } adhoc { applicationIdSuffix ".adhoc" signingConfig signingConfigs.debug - resValue “string”, “build_config_package”, “com.expensify.chat” + resValue "string", "build_config_package", "com.expensify.chat" } development { applicationIdSuffix ".dev" signingConfig signingConfigs.debug - resValue “string”, “build_config_package”, “com.expensify.chat” + resValue "string", "build_config_package", "com.expensify.chat" } }