Skip to content

Commit 2ced75e

Browse files
committed
fix
1 parent 285dd92 commit 2ced75e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

DebugBanner/build.gradle

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'com.android.library'
3-
id 'maven-publish'
3+
// id 'maven-publish'
44
}
55

66
android {
@@ -29,15 +29,15 @@ dependencies {
2929
implementation 'androidx.core:core:1.9.0'
3030
}
3131

32-
afterEvaluate {
33-
publishing {
34-
publications {
35-
release(MavenPublication) {
36-
from components.release
37-
groupId = 'com.github.wyjsonGo'
38-
artifactId = 'DebugBanner'
39-
version = '1.0.5'
40-
}
41-
}
42-
}
43-
}
32+
//afterEvaluate {
33+
// publishing {
34+
// publications {
35+
// release(MavenPublication) {
36+
// from components.release
37+
// groupId = 'com.github.wyjsonGo'
38+
// artifactId = 'DebugBanner'
39+
// version = '1.0.5'
40+
// }
41+
// }
42+
// }
43+
//}

0 commit comments

Comments
 (0)