diff --git a/android/app/build.gradle b/android/app/build.gradle index 9ceb2c64616c..ca930b3ce975 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -121,6 +121,7 @@ android { e2e { // If are building a version that won't be uploaded to the play store, we don't have to use production keys // applies all non-production flavors + applicationIdSuffix ".adhoc" signingConfig signingConfigs.debug } adhoc {