We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5703eae commit e5847e0Copy full SHA for e5847e0
1 file changed
AndroidPatterns/build.gradle
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
afterEvaluate {
8
- def sdkVersion = '1.0.1'
+ def sdkVersion = '1.0.2'
9
def sdkGroupId = 'io.husseinhj'
10
def artifactsId = 'androidpatterns'
11
@@ -22,16 +22,16 @@ afterEvaluate {
22
version sdkVersion
23
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
- }
+// debug(MavenPublication) {
+// from components.debug
+//
+// // Replace with your own group ID.
+// groupId sdkGroupId
+// // Replace with the name of your library
+// artifactId "${artifactsId}-debug"
+// version sdkVersion
+// }
35
36
37
repositories {
0 commit comments