Package name change
This commit is contained in:
parent
6761040dbc
commit
68f6022e93
@ -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()
|
||||
|
@ -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.
|
||||
-->
|
||||
|
@ -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.
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.myself.sqflite_pust_local_notification
|
||||
package com.sentientgeeks.sqflite_pust_local_notification
|
||||
|
||||
import io.flutter.embedding.android.FlutterActivity
|
||||
|
||||
|
@ -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.
|
||||
-->
|
||||
|
Loading…
x
Reference in New Issue
Block a user