Skip to content

Commit d3a43ea

Browse files
committed
app package name change
1 parent 68007c1 commit d3a43ea

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343
}
4444

4545
defaultConfig {
46-
applicationId "com.example.contraflutterkit"
46+
applicationId "com.flutter.kit.contra"
4747
minSdkVersion 19
4848
targetSdkVersion 29
4949
versionCode flutterVersionCode.toInteger()

android/app/src/debug/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.example.contraflutterkit">
2+
package="com.flutter.kit.contra">
33
<!-- Flutter needs it to communicate with the running application
44
to allow setting breakpoints, to provide hot reload, etc.
55
-->

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.example.contraflutterkit">
2+
package="com.flutter.kit.contra">
33
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
44
calls FlutterMain.startInitialization(this); in its onCreate method.
55
In most cases you can leave this as-is, but you if you want to provide

android/app/src/main/kotlin/com/example/contraflutterkit/MainActivity.kt renamed to android/app/src/main/kotlin/com/flutter/kit/contra/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.example.contraflutterkit
1+
package com.flutter.kit.contra
22

33
import androidx.annotation.NonNull;
44
import io.flutter.embedding.android.FlutterActivity

android/app/src/profile/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.example.contraflutterkit">
2+
package="com.flutter.kit.contra">
33
<!-- Flutter needs it to communicate with the running application
44
to allow setting breakpoints, to provide hot reload, etc.
55
-->

0 commit comments

Comments
 (0)