Browse Source

Package name change

master
apalak dutta 2 years ago
parent
commit
68f6022e93
5 changed files with 5 additions and 5 deletions
  1. +1
    -1
      android/app/build.gradle
  2. +1
    -1
      android/app/src/debug/AndroidManifest.xml
  3. +1
    -1
      android/app/src/main/AndroidManifest.xml
  4. +1
    -1
      android/app/src/main/kotlin/com/myself/sqflite_pust_local_notification/MainActivity.kt
  5. +1
    -1
      android/app/src/profile/AndroidManifest.xml

+ 1
- 1
android/app/build.gradle View File

@ -43,7 +43,7 @@ android {
defaultConfig { defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). // 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 minSdkVersion flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger() versionCode flutterVersionCode.toInteger()


+ 1
- 1
android/app/src/debug/AndroidManifest.xml View File

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


+ 1
- 1
android/app/src/main/AndroidManifest.xml View File

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


+ 1
- 1
android/app/src/main/kotlin/com/myself/sqflite_pust_local_notification/MainActivity.kt 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 import io.flutter.embedding.android.FlutterActivity


+ 1
- 1
android/app/src/profile/AndroidManifest.xml View File

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


Loading…
Cancel
Save