packagename

This commit is contained in:
“DeckeDeng”
2019-02-19 19:59:27 +08:00
parent 8bb5754303
commit 3a0cfe92bc
4 changed files with 5 additions and 4 deletions

View File

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

View File

@ -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.flutterrookiebook"
applicationId "com.ali.fluttergo"
minSdkVersion 16
targetSdkVersion 27
versionCode flutterVersionCode.toInteger()

View File

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

View File

@ -1,4 +1,5 @@
package com.example.flutterrookiebook;
package com.ali.fluttergo;
import android.os.Bundle;
import io.flutter.app.FlutterActivity;