updated: package to be standard across all example apps

This commit is contained in:
Nishant Srivastava
2018-07-08 00:20:41 +02:00
parent 01a2ac5936
commit 75d833bec1
114 changed files with 12202 additions and 291 deletions

View File

@ -24,7 +24,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.yourcompany.usingtabs"
applicationId "github.nisrulz.usingtabs"
minSdkVersion 16
targetSdkVersion 25
versionCode 1

View File

@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.yourcompany.usingtabs">
package="github.nisrulz.usingtabs">
<!-- The INTERNET permission is required for development. Specifically,
flutter needs it to communicate with the running application

View File

@ -1,4 +1,4 @@
package com.yourcompany.usingtabs;
package github.nisrulz.usingtabs;
import android.os.Bundle;

View File

@ -370,7 +370,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.usingTabs;
PRODUCT_BUNDLE_IDENTIFIER = github.nisrulz.usingTabs;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
@ -392,7 +392,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.yourcompany.usingTabs;
PRODUCT_BUNDLE_IDENTIFIER = github.nisrulz.usingTabs;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;