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 285dd92 commit 2ced75eCopy full SHA for 2ced75e
DebugBanner/build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'com.android.library'
3
- id 'maven-publish'
+// id 'maven-publish'
4
}
5
6
android {
@@ -29,15 +29,15 @@ dependencies {
29
implementation 'androidx.core:core:1.9.0'
30
31
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
-}
+//afterEvaluate {
+// publishing {
+// publications {
+// release(MavenPublication) {
+// from components.release
+// groupId = 'com.github.wyjsonGo'
+// artifactId = 'DebugBanner'
+// version = '1.0.5'
+// }
+//}
0 commit comments