Skip to content

Commit e82f3b8

Browse files
committed
Add suffix to applicationId
to allow side-by-side installation with official build
1 parent c771f71 commit e82f3b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ android {
5555
}
5656

5757
defaultConfig {
58-
applicationId "com.maelchiotti.localmaterialnotes"
58+
applicationId "com.maelchiotti.localmaterialnotes.playground"
5959
minSdk = flutter.minSdkVersion
6060
targetSdk = flutter.targetSdkVersion
6161
versionCode = flutter.versionCode

0 commit comments

Comments
 (0)