Skip to content

Commit 55be44c

Browse files
committed
删除 maven 插件及配置
1 parent d5b3b17 commit 55be44c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

library/build.gradle

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
apply plugin: 'com.android.library'
2-
apply plugin: 'maven-publish'
32
apply from : '../common.gradle'
43

54
android {
@@ -29,14 +28,4 @@ android {
2928
dependencies {
3029
// noinspection GradleCompatible
3130
compileOnly 'com.android.support:support-fragment:24.2.0'
32-
}
33-
34-
publishing {
35-
publications {
36-
release(MavenPublication) {
37-
groupId = 'com.github.getActivity'
38-
artifactId = 'XXPermissions'
39-
version = '21.2'
40-
}
41-
}
4231
}

0 commit comments

Comments
 (0)