Skip to content
代码片段 群组 项目
提交 70e7e67b 编辑于 作者: ling zhang's avatar ling zhang
浏览文件

feat: #129 Modify application ID (bundle ID)

上级 5d0be2f0
No related branches found
No related tags found
无相关合并请求
......@@ -43,8 +43,7 @@ android {
}
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.test_app"
applicationId "cn.gitlab.app"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion 19
......
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.test_app">
package="cn.gitlab.app">
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
......
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.test_app">
package="cn.gitlab.app">
<application
android:label="极狐GitLab"
android:name="${applicationName}"
......
package com.example.test_app
package cn.gitlab.app
import io.flutter.embedding.android.FlutterActivity
......
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.test_app">
package="cn.gitlab.app">
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
......
......@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>App</string>
<key>CFBundleIdentifier</key>
<string>io.flutter.flutter.app</string>
<string>cn.gitlab.app</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册