Skip to content

Commit

Permalink
keys removed
Browse files Browse the repository at this point in the history
  • Loading branch information
RunTerror committed Feb 7, 2024
1 parent 3cbf602 commit b165a6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
}
}
Expand Down
Binary file removed android/app/upload-debug.jks
Binary file not shown.

0 comments on commit b165a6a

Please sign in to comment.