Skip to content

Commit 0ede651

Browse files
committed
更新 maven 插件配置
1 parent f9a0fdc commit 0ede651

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

library/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ publishing {
2828
groupId = 'com.github.getActivity'
2929
artifactId = 'XXPermissions'
3030
version = '22.0'
31+
// 指定 aar 文件的确切路径:https://cloud.tencent.com/developer/ask/sof/106381154
32+
afterEvaluate {
33+
artifact(bundleReleaseAar)
34+
}
3135
}
3236
}
3337
}

0 commit comments

Comments
 (0)