We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d582ffe commit df97aeeCopy full SHA for df97aee
flutter-quick-start/android/app/build.gradle
@@ -43,9 +43,9 @@ android {
43
44
defaultConfig {
45
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
46
- // IMP START - Whitelist bundle ID
+ // IMP START - Allowlist bundle ID
47
applicationId "com.example.w3aflutter"
48
- // IMP END - Whitelist bundle ID
+ // IMP END - Allowlist bundle ID
49
// You can update the following values to match your application needs.
50
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
51
// IMP START - Requirements Android
0 commit comments