删除provider
This commit is contained in:
@@ -63,7 +63,8 @@ android {
|
||||
|
||||
// 【正式版图标】替换manifest中的占位符(使用main目录下的正式图标)
|
||||
manifestPlaceholders = [
|
||||
appIcon: "@mipmap/ic_launcher" // 需在main/res/mipmap放置该图标
|
||||
appIcon: "@mipmap/ic_launcher", // 需在main/res/mipmap放置该图标
|
||||
fileProviderAuthority: "com.qxcm.qxlive.provider"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -80,7 +81,8 @@ android {
|
||||
//
|
||||
// // 【测试版图标】替换为测试专用图标
|
||||
manifestPlaceholders = [
|
||||
appIcon: "@mipmap/ic_launcher_app_bat" // 需在main/res/mipmap放置该图标
|
||||
appIcon: "@mipmap/ic_launcher_app_bat", // 需在main/res/mipmap放置该图标
|
||||
fileProviderAuthority: "com.qxcm.qxlive.beta.provider"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user