Skip to content

Commit df97aee

Browse files
committed
Whitelist -> Allowlist
1 parent d582ffe commit df97aee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flutter-quick-start/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ android {
4343

4444
defaultConfig {
4545
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
46-
// IMP START - Whitelist bundle ID
46+
// IMP START - Allowlist bundle ID
4747
applicationId "com.example.w3aflutter"
48-
// IMP END - Whitelist bundle ID
48+
// IMP END - Allowlist bundle ID
4949
// You can update the following values to match your application needs.
5050
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
5151
// IMP START - Requirements Android

0 commit comments

Comments
 (0)