From 4ffb89bafd9a4b0654281f9362755c80c9709d61 Mon Sep 17 00:00:00 2001 From: Ahmed Hnewa <73608287+freshtechtips@users.noreply.github.com> Date: Thu, 19 Oct 2023 18:01:12 +0300 Subject: [PATCH] Remove useless comments --- example/android/app/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 89c45d69..9e1d2fc5 100644 --- a/example/android/app/build.gradle +++ b/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 }