File tree Expand file tree Collapse file tree
kotlin/in/ac/iitr/mdg/codephile Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 1- package com.example .codephile
1+ package `in`.ac.iitr.mdg .codephile
22
33import io.flutter.embedding.android.FlutterActivity
44
Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 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;
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";
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;
You can’t perform that action at this time.
0 commit comments