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 3888aef commit 3a3dd92Copy full SHA for 3a3dd92
library/build.gradle
@@ -26,8 +26,8 @@ publishing {
26
publications {
27
release(MavenPublication) {
28
groupId = 'com.github.getActivity'
29
- artifactId = 'XXPermissions'
30
- version = '22.0'
+ artifactId = rootProject.name
+ version = android.defaultConfig.versionName
31
// 指定 aar 文件的确切路径:https://cloud.tencent.com/developer/ask/sof/106381154
32
afterEvaluate {
33
artifact(bundleReleaseAar)
0 commit comments