Prep for new Release

TODO: add a way to edit the filename
This commit is contained in:
Prerak Mann
2019-08-12 00:03:47 +05:30
parent 73ab07452c
commit 4d666c42a5
11 changed files with 489 additions and 453 deletions

View File

@@ -32,7 +32,6 @@ android {
}
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.pkmnapps.nearby_connections_example"
minSdkVersion 16
targetSdkVersion 28
@@ -43,7 +42,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.debug
}