Remove useless comments

pull/1437/head
Ahmed Hnewa 2 years ago
parent d50801b232
commit 4ffb89bafd
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 2
      example/android/app/build.gradle

@ -42,7 +42,6 @@ android {
} }
defaultConfig { defaultConfig {
// I removed the todo because it's not required for this example
applicationId "com.example.app" applicationId "com.example.app"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion flutter.targetSdkVersion targetSdkVersion flutter.targetSdkVersion
@ -53,7 +52,6 @@ android {
buildTypes { buildTypes {
release { release {
// I removed the todo because it's not required for this example
// Signing with the debug keys for now, so `flutter run --release` works. // Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.debug signingConfig signingConfigs.debug
} }

Loading…
Cancel
Save