···2020 }
21212222 defaultConfig {
2323- // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
2323+ // Replace this placeholder application ID before shipping a release build.
2424 applicationId = "com.example.lazurite"
2525 // You can update the following values to match your application needs.
2626 // For more information, see: https://flutter.dev/to/review-gradle-config.
···32323333 buildTypes {
3434 release {
3535- // TODO: Add your own signing config for the release build.
3636- // Signing with the debug keys for now, so `flutter run --release` works.
3535+ // Uses the debug keystore so local `flutter run --release` works.
3636+ // Configure a real release signing config before distribution.
3737 signingConfig = signingConfigs.getByName("debug")
3838 }
3939 }