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 {
// I removed the todo because it's not required for this example
applicationId "com.example.app"
minSdkVersion 21
targetSdkVersion flutter.targetSdkVersion
@ -53,7 +52,6 @@ android {
buildTypes {
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.
signingConfig signingConfigs.debug
}

Loading…
Cancel
Save