Skip to content

Commit 85ef2a6

Browse files
committed
update androidx
1 parent 2ced75e commit 85ef2a6

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

DebugBanner/build.gradle

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

65
android {
@@ -28,16 +27,3 @@ android {
2827
dependencies {
2928
implementation 'androidx.core:core:1.9.0'
3029
}
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-
//}

0 commit comments

Comments
 (0)