Skip to content

Commit af3c92a

Browse files
committed
conf: Change package name.
1 parent 6b546c7 commit af3c92a

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ android {
4343

4444
defaultConfig {
4545
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
46-
applicationId "com.example.codephile"
47-
minSdkVersion 16
46+
applicationId "in.ac.iitr.mdg.codephile"
47+
minSdkVersion 21
4848
targetSdkVersion 30
4949
versionCode flutterVersionCode.toInteger()
5050
versionName flutterVersionName

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.codephile">
2+
package="in.ac.iitr.mdg.codephile">
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.example.codephile">
2+
package="in.ac.iitr.mdg.codephile">
33
<application
4-
android:label="codephile"
4+
android:label="Codephile"
55
android:icon="@mipmap/ic_launcher">
66
<activity
77
android:name=".MainActivity"

android/app/src/main/kotlin/com/example/codephile/MainActivity.kt renamed to android/app/src/main/kotlin/in/ac/iitr/mdg/codephile/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.example.codephile
1+
package `in`.ac.iitr.mdg.codephile
22

33
import io.flutter.embedding.android.FlutterActivity
44

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.codephile">
2+
package="in.ac.iitr.mdg.codephile">
33
<!-- Flutter needs it to communicate with the running application
44
to allow setting breakpoints, to provide hot reload, etc.
55
-->

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
ENABLE_BITCODE = NO;
292292
INFOPLIST_FILE = Runner/Info.plist;
293293
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
294-
PRODUCT_BUNDLE_IDENTIFIER = com.example.codephile;
294+
PRODUCT_BUNDLE_IDENTIFIER = in.ac.iitr.mdg.codephile;
295295
PRODUCT_NAME = "$(TARGET_NAME)";
296296
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
297297
SWIFT_VERSION = 5.0;
@@ -415,7 +415,7 @@
415415
ENABLE_BITCODE = NO;
416416
INFOPLIST_FILE = Runner/Info.plist;
417417
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
418-
PRODUCT_BUNDLE_IDENTIFIER = com.example.codephile;
418+
PRODUCT_BUNDLE_IDENTIFIER = in.ac.iitr.mdg.codephile;
419419
PRODUCT_NAME = "$(TARGET_NAME)";
420420
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
421421
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -434,7 +434,7 @@
434434
ENABLE_BITCODE = NO;
435435
INFOPLIST_FILE = Runner/Info.plist;
436436
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
437-
PRODUCT_BUNDLE_IDENTIFIER = com.example.codephile;
437+
PRODUCT_BUNDLE_IDENTIFIER = in.ac.iitr.mdg.codephile;
438438
PRODUCT_NAME = "$(TARGET_NAME)";
439439
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
440440
SWIFT_VERSION = 5.0;

0 commit comments

Comments
 (0)