mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-05-17 21:05:56 +08:00
修改bug
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:1002138254102:android:00e8533fa0274183",
|
||||
"android_client_info": {
|
||||
"package_name": "com.ali.fluttergo"
|
||||
"package_name": "com.ali.paimai.fluttergo"
|
||||
}
|
||||
},
|
||||
"oauth_client": [
|
||||
@ -35,7 +35,7 @@
|
||||
"client_id": "1002138254102-qo9jp8c3lc69p9lclu0rtp5dmt1kulv7.apps.googleusercontent.com",
|
||||
"client_type": 2,
|
||||
"ios_info": {
|
||||
"bundle_id": "com.ali.fluttergo"
|
||||
"bundle_id": "com.ali.paimai.fluttergo"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,5 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.ali.fluttergo">
|
||||
package="com.ali.paimai.fluttergo">
|
||||
<!-- 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.ali.fluttergo">
|
||||
package="com.ali.paimai.fluttergo">
|
||||
|
||||
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
|
||||
calls FlutterMain.startInitialization(this); in its onCreate method.
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.ali.fluttergo
|
||||
package com.ali.paimai.fluttergo
|
||||
|
||||
import android.os.Bundle
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.ali.fluttergo">
|
||||
package="com.ali.paimai.fluttergo">
|
||||
<!-- 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