diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index d201d1d..a644765 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -32,9 +32,8 @@ 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") + // Externally signed using a security key + signingConfig null } } }