Skip to content

Commit 3e9e1d5

Browse files
committed
写死 maven 插件配置中的依赖名称
1 parent 3a3dd92 commit 3e9e1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ publishing {
2626
publications {
2727
release(MavenPublication) {
2828
groupId = 'com.github.getActivity'
29-
artifactId = rootProject.name
29+
artifactId = 'XXPermissions'
3030
version = android.defaultConfig.versionName
3131
// 指定 aar 文件的确切路径:https://cloud.tencent.com/developer/ask/sof/106381154
3232
afterEvaluate {

0 commit comments

Comments
 (0)