Changed app id to match website
This commit is contained in:
		
							parent
							
								
									58a56199f0
								
							
						
					
					
						commit
						7872e7afa0
					
				
					 3 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
					@ -38,7 +38,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 "ml.dandevelop.info_tren"
 | 
					        applicationId "xyz.dcdevelop.infotren"
 | 
				
			||||||
        minSdkVersion 16
 | 
					        minSdkVersion 16
 | 
				
			||||||
        targetSdkVersion 28
 | 
					        targetSdkVersion 28
 | 
				
			||||||
        versionCode flutterVersionCode.toInteger()
 | 
					        versionCode flutterVersionCode.toInteger()
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -381,7 +381,7 @@
 | 
				
			||||||
					"$(inherited)",
 | 
										"$(inherited)",
 | 
				
			||||||
					"$(PROJECT_DIR)/Flutter",
 | 
										"$(PROJECT_DIR)/Flutter",
 | 
				
			||||||
				);
 | 
									);
 | 
				
			||||||
				PRODUCT_BUNDLE_IDENTIFIER = ml.dandevelop.infoTren;
 | 
									PRODUCT_BUNDLE_IDENTIFIER = xyz.dcdevelop.infotren;
 | 
				
			||||||
				PRODUCT_NAME = "$(TARGET_NAME)";
 | 
									PRODUCT_NAME = "$(TARGET_NAME)";
 | 
				
			||||||
				PROVISIONING_PROFILE_SPECIFIER = "";
 | 
									PROVISIONING_PROFILE_SPECIFIER = "";
 | 
				
			||||||
				SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
 | 
									SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
 | 
				
			||||||
| 
						 | 
					@ -517,7 +517,7 @@
 | 
				
			||||||
					"$(inherited)",
 | 
										"$(inherited)",
 | 
				
			||||||
					"$(PROJECT_DIR)/Flutter",
 | 
										"$(PROJECT_DIR)/Flutter",
 | 
				
			||||||
				);
 | 
									);
 | 
				
			||||||
				PRODUCT_BUNDLE_IDENTIFIER = ml.dandevelop.infoTren;
 | 
									PRODUCT_BUNDLE_IDENTIFIER = xyz.dcdevelop.infotren;
 | 
				
			||||||
				PRODUCT_NAME = "$(TARGET_NAME)";
 | 
									PRODUCT_NAME = "$(TARGET_NAME)";
 | 
				
			||||||
				PROVISIONING_PROFILE_SPECIFIER = "";
 | 
									PROVISIONING_PROFILE_SPECIFIER = "";
 | 
				
			||||||
				SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
 | 
									SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
 | 
				
			||||||
| 
						 | 
					@ -550,7 +550,7 @@
 | 
				
			||||||
					"$(inherited)",
 | 
										"$(inherited)",
 | 
				
			||||||
					"$(PROJECT_DIR)/Flutter",
 | 
										"$(PROJECT_DIR)/Flutter",
 | 
				
			||||||
				);
 | 
									);
 | 
				
			||||||
				PRODUCT_BUNDLE_IDENTIFIER = ml.dandevelop.infoTren;
 | 
									PRODUCT_BUNDLE_IDENTIFIER = xyz.dcdevelop.infotren;
 | 
				
			||||||
				PRODUCT_NAME = "$(TARGET_NAME)";
 | 
									PRODUCT_NAME = "$(TARGET_NAME)";
 | 
				
			||||||
				PROVISIONING_PROFILE_SPECIFIER = "";
 | 
									PROVISIONING_PROFILE_SPECIFIER = "";
 | 
				
			||||||
				SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
 | 
									SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -28,7 +28,7 @@
 | 
				
			||||||
	<dict>
 | 
						<dict>
 | 
				
			||||||
		<key>NSExceptionDomains</key>
 | 
							<key>NSExceptionDomains</key>
 | 
				
			||||||
		<dict>
 | 
							<dict>
 | 
				
			||||||
			<key>cfr-scrapper.herokuapp.com</key>
 | 
								<key>example.com</key>
 | 
				
			||||||
			<dict>
 | 
								<dict>
 | 
				
			||||||
				<key>NSExceptionAllowsInsecureHTTPLoads</key>
 | 
									<key>NSExceptionAllowsInsecureHTTPLoads</key>
 | 
				
			||||||
				<true/>
 | 
									<true/>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue