Skip to content

Commit

Permalink
Preparing release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
queue-it committed Jul 15, 2022
1 parent 2058280 commit f6d22cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ allprojects {
groupId = 'com.queue-it.androidsdk'
libraryName = 'com.queue_it.androidsdk'
libraryDescription = 'Android SDK to integrate with Queue-it'
libraryVersion = "2.0.36"
libraryVersion = "2.1.0"
organization = "Queue-it"
organizationUrl = "https://queue-it.com"

Expand Down
3 changes: 1 addition & 2 deletions publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,8 @@ afterEvaluate {
root.dependencies.removeAll { dep ->
dep.scope == "test"
}
// def pomfile = file("/home/vsts/work/1/s/app-sdk-android/library/build/generated-library-pom.xml")
// Create a signed pom if we need it
def pomfile = file("${project.buildDir}/library/build/generated-${variant.flavorName}-pom.xml")
def pomFile = file("${project.buildDir}/generated-${variant.flavorName}-pom.xml")
writeTo(pomFile)
signing.sign(pomFile)
}
Expand Down

0 comments on commit f6d22cc

Please sign in to comment.