File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77afterEvaluate {
8- def sdkVersion = ' 1.0.1 '
8+ def sdkVersion = ' 1.0.2 '
99 def sdkGroupId = ' io.husseinhj'
1010 def artifactsId = ' androidpatterns'
1111
@@ -22,16 +22,16 @@ afterEvaluate {
2222 version sdkVersion
2323 }
2424
25- debug(MavenPublication ) {
26- from components. debug
27-
28- // Replace with your own group ID.
29- groupId sdkGroupId
30-
31- // Replace with the name of your library
32- artifactId " ${ artifactsId} -debug"
33- version sdkVersion
34- }
25+ // debug(MavenPublication) {
26+ // from components.debug
27+ //
28+ // // Replace with your own group ID.
29+ // groupId sdkGroupId
30+ //
31+ // // Replace with the name of your library
32+ // artifactId "${artifactsId}-debug"
33+ // version sdkVersion
34+ // }
3535 }
3636
3737 repositories {
You can’t perform that action at this time.
0 commit comments