Skip to content

Commit e5847e0

Browse files
committed
v1.0.2
1 parent 5703eae commit e5847e0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

AndroidPatterns/build.gradle

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
afterEvaluate {
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 {

0 commit comments

Comments
 (0)