From 8040ae124dafa6822857c3c83b4f575c65ff1ac7 Mon Sep 17 00:00:00 2001 From: Omkar Kirpan Date: Sun, 19 Jan 2020 23:50:24 +0530 Subject: [PATCH] final release --- android/app/build.gradle | 2 +- android/app/src/main/AndroidManifest.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 1453eb4..bffc76b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -38,7 +38,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.omkarkirpan.dbsheets" + applicationId "com.example.dbsheets" minSdkVersion 16 targetSdkVersion 28 versionCode flutterVersionCode.toInteger() diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 8702e6b..39e71b5 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="com.example.dbsheets">