Skip to content

Commit

Permalink
Add app id suffix for android e2e build
Browse files Browse the repository at this point in the history
  • Loading branch information
kowczarz committed Jul 27, 2023
1 parent 2b6f665 commit ae49ac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ae49ac2

Please sign in to comment.