We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3dd92 commit 3e9e1d5Copy full SHA for 3e9e1d5
library/build.gradle
@@ -26,7 +26,7 @@ publishing {
26
publications {
27
release(MavenPublication) {
28
groupId = 'com.github.getActivity'
29
- artifactId = rootProject.name
+ artifactId = 'XXPermissions'
30
version = android.defaultConfig.versionName
31
// 指定 aar 文件的确切路径:https://cloud.tencent.com/developer/ask/sof/106381154
32
afterEvaluate {
0 commit comments