We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8320c commit 060f6cfCopy full SHA for 060f6cf
example/android/app/build.gradle.kts
@@ -20,7 +20,6 @@ android {
20
}
21
22
defaultConfig {
23
- // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
24
applicationId = "com.flutterformbuilderecosystem.example"
25
// You can update the following values to match your application needs.
26
// For more information, see: https://flutter.dev/to/review-gradle-config.
@@ -32,7 +31,6 @@ android {
32
31
33
buildTypes {
34
release {
35
- // TODO: Add your own signing config for the release build.
36
// Signing with the debug keys for now, so `flutter run --release` works.
37
signingConfig = signingConfigs.getByName("debug")
38
0 commit comments