From b8f4948aa36bf611065f62ad35e4d144a9636ff6 Mon Sep 17 00:00:00 2001 From: Rene Kievits Date: Mon, 27 Oct 2025 18:55:26 +0100 Subject: [PATCH] fix deprecation --- android/app/build.gradle.kts | 3 --- 1 file changed, 3 deletions(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 0d151b3..4cb3f07 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -20,7 +20,6 @@ android { } defaultConfig { - // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId = "com.crylia.wanikani_kanji_srs" // You can update the following values to match your application needs. // For more information, see: https://flutter.dev/to/review-gradle-config. @@ -32,8 +31,6 @@ android { buildTypes { release { - // TODO: Add your own signing config for the release build. - // Signing with the debug keys for now, so `flutter run --release` works. signingConfig = signingConfigs.getByName("debug") } }