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 c0b3899 commit c7c78a5Copy full SHA for c7c78a5
example/android/app/build.gradle
@@ -33,7 +33,6 @@ android {
33
}
34
35
defaultConfig {
36
- // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
37
applicationId "com.example.example"
38
minSdkVersion 16
39
targetSdkVersion 30
@@ -43,7 +42,6 @@ android {
43
42
44
buildTypes {
45
release {
46
- // TODO: Add your own signing config for the release build.
47
// Signing with the debug keys for now, so `flutter run --release` works.
48
signingConfig signingConfigs.debug
49
0 commit comments