mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-05-17 13:05:53 +08:00
updated: package to be standard across all example apps
This commit is contained in:
@ -23,7 +23,7 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||
applicationId "com.khandelwal.dipansh.infinitelist"
|
||||
applicationId "github.nisrulz.infinitelist"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 27
|
||||
versionCode 1
|
||||
|
@ -1,5 +1,5 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.khandelwal.dipansh.infinitelist">
|
||||
package="github.nisrulz.infinitelist">
|
||||
|
||||
<!-- The INTERNET permission is required for development. Specifically,
|
||||
flutter needs it to communicate with the running application
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.khandelwal.dipansh.infinitelist;
|
||||
package github.nisrulz.infinitelist;
|
||||
|
||||
import android.os.Bundle;
|
||||
|
@ -382,7 +382,7 @@
|
||||
"$(inherited)",
|
||||
"$(PROJECT_DIR)/Flutter",
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.khandelwal.dipansh.infiniteList;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = github.nisrulz.infiniteList;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
name = Debug;
|
||||
@ -404,7 +404,7 @@
|
||||
"$(inherited)",
|
||||
"$(PROJECT_DIR)/Flutter",
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.khandelwal.dipansh.infiniteList;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = github.nisrulz.infiniteList;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
name = Release;
|
||||
|
Reference in New Issue
Block a user