Skip to content

Commit 3e9b5d5

Browse files
committed
chore: Use profile app suffix id for profile
1 parent 7bebd68 commit 3e9b5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ android {
119119
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
120120

121121
// Comment this when testing dynamic links.
122-
applicationIdSuffix = ".debug"
122+
applicationIdSuffix = ".profile"
123123
}
124124
release {
125125
signingConfig signingConfigs.release

0 commit comments

Comments
 (0)