From 94e933a3b5018e32ce6b65b230fd92423a401bee Mon Sep 17 00:00:00 2001 From: Viren Manojkumar Khatri Date: Sat, 16 Jan 2021 20:57:13 +0530 Subject: [PATCH] changed package name (#28) --- android/app/build.gradle | 3 +-- android/app/src/debug/AndroidManifest.xml | 2 +- android/app/src/main/AndroidManifest.xml | 2 +- .../ecell/esummit/ecellapp/{ecellapp => }/MainActivity.java | 2 +- android/app/src/profile/AndroidManifest.xml | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) rename android/app/src/main/java/com/nitrr/ecell/esummit/ecellapp/{ecellapp => }/MainActivity.java (68%) diff --git a/android/app/build.gradle b/android/app/build.gradle index 3fc08a4..22c1c07 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -32,8 +32,7 @@ android { } defaultConfig { - // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.nitrr.ecell.esummit.ecellapp.ecellapp" + applicationId "com.nitrr.ecell.esummit.ecellapp" minSdkVersion 16 targetSdkVersion 28 versionCode flutterVersionCode.toInteger() diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 8b8ca21..d94a7b1 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="com.nitrr.ecell.esummit.ecellapp"> diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 50a7581..3e7bce3 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="com.nitrr.ecell.esummit.ecellapp">