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 {
5
5
}
6
6
7
7
afterEvaluate {
8
- def sdkVersion = ' 1.0.1 '
8
+ def sdkVersion = ' 1.0.2 '
9
9
def sdkGroupId = ' io.husseinhj'
10
10
def artifactsId = ' androidpatterns'
11
11
@@ -22,16 +22,16 @@ afterEvaluate {
22
22
version sdkVersion
23
23
}
24
24
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
+ // }
35
35
}
36
36
37
37
repositories {
You can’t perform that action at this time.
0 commit comments