修改bug

This commit is contained in:
xj.deng
2019-04-29 15:07:52 +08:00
parent c37761c24d
commit e3ec1e72ec
10 changed files with 27 additions and 39 deletions

View File

@ -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"
}
}
]

View File

@ -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.
-->

View File

@ -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.

View File

@ -1,4 +1,4 @@
package com.ali.fluttergo
package com.ali.paimai.fluttergo
import android.os.Bundle

View File

@ -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.
-->