Skip to content

Commit

Permalink
changed package name (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
werainkhatri authored Jan 16, 2021
1 parent ab2a5c2 commit 94e933a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nitrr.ecell.esummit.ecellapp.ecellapp">
package="com.nitrr.ecell.esummit.ecellapp">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nitrr.ecell.esummit.ecellapp.ecellapp">
package="com.nitrr.ecell.esummit.ecellapp">
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
calls FlutterMain.startInitialization(this); in its onCreate method.
In most cases you can leave this as-is, but you if you want to provide
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.nitrr.ecell.esummit.ecellapp.ecellapp;
package com.nitrr.ecell.esummit.ecellapp;

import io.flutter.embedding.android.FlutterActivity;

Expand Down
2 changes: 1 addition & 1 deletion android/app/src/profile/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nitrr.ecell.esummit.ecellapp.ecellapp">
package="com.nitrr.ecell.esummit.ecellapp">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
Expand Down

0 comments on commit 94e933a

Please sign in to comment.