Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Husseinhj committed Oct 16, 2021
1 parent 5703eae commit e5847e0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions AndroidPatterns/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

afterEvaluate {
def sdkVersion = '1.0.1'
def sdkVersion = '1.0.2'
def sdkGroupId = 'io.husseinhj'
def artifactsId = 'androidpatterns'

Expand All @@ -22,16 +22,16 @@ afterEvaluate {
version sdkVersion
}

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
}
// 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
// }
}

repositories {
Expand Down

0 comments on commit e5847e0

Please sign in to comment.