mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-09-21 07:47:15 +08:00
Fixed the package name to conform to standard in the repo
- replaced com.example with github.nisrulz
This commit is contained in:
@ -33,7 +33,7 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||
applicationId "com.example.using_firebase_db"
|
||||
applicationId "github.nisrulz.using_firebase_db"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
|
@ -1,5 +1,5 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.example.using_firebase_db">
|
||||
package="github.nisrulz.using_firebase_db">
|
||||
<!-- Flutter needs it to communicate with the running application
|
||||
to allow setting breakpoints, to provide hot reload, etc.
|
||||
-->
|
||||
|
@ -1,5 +1,5 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.example.using_firebase_db">
|
||||
package="github.nisrulz.using_firebase_db">
|
||||
|
||||
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
|
||||
calls FlutterMain.startInitialization(this); in its onCreate method.
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.example.using_firebase_db;
|
||||
package github.nisrulz.using_firebase_db;
|
||||
|
||||
import android.os.Bundle;
|
||||
import io.flutter.app.FlutterActivity;
|
@ -1,5 +1,5 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.example.using_firebase_db">
|
||||
package="github.nisrulz.using_firebase_db">
|
||||
<!-- Flutter needs it to communicate with the running application
|
||||
to allow setting breakpoints, to provide hot reload, etc.
|
||||
-->
|
||||
|
Reference in New Issue
Block a user