diff --git a/android/app/build.gradle b/android/app/build.gradle index f4292a2..9d5ba66 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -34,15 +34,6 @@ android { } - signingConfigs{ - debug{ - keyAlias 'upload-debug' - keyPassword 'android' - storePassword 'android' - storeFile file('upload-debug.jks') - } - } - defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "com.example.beacon" @@ -54,12 +45,9 @@ 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.debug - // } - debug { + 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.debug } } diff --git a/android/app/upload-debug.jks b/android/app/upload-debug.jks deleted file mode 100644 index f0dad66..0000000 Binary files a/android/app/upload-debug.jks and /dev/null differ