From ae49ac22994aa2ce9b975af1390fabc6752163a6 Mon Sep 17 00:00:00 2001 From: Kamil Owczarz Date: Thu, 27 Jul 2023 17:23:48 +0200 Subject: [PATCH] Add app id suffix for android e2e build --- android/app/build.gradle | 1 + 1 file changed, 1 insertion(+) 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 {