Package name change

This commit is contained in:
apalak dutta 2022-06-24 22:47:24 +05:30
parent 6761040dbc
commit 68f6022e93
5 changed files with 5 additions and 5 deletions

View File

@ -43,7 +43,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.myself.sqflite_pust_local_notification"
applicationId "com.sentientgeeks.sqflite_pust_local_notification"
minSdkVersion flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()

View File

@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.myself.sqflite_pust_local_notification">
package="com.sentientgeeks.sqflite_pust_local_notification">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->

View File

@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.myself.sqflite_pust_local_notification">
package="com.sentientgeeks.sqflite_pust_local_notification">
<!-- The INTERNET permission is required for development. Specifically,
flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.

View File

@ -1,4 +1,4 @@
package com.myself.sqflite_pust_local_notification
package com.sentientgeeks.sqflite_pust_local_notification
import io.flutter.embedding.android.FlutterActivity

View File

@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.myself.sqflite_pust_local_notification">
package="com.sentientgeeks.sqflite_pust_local_notification">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->