Skip to content

Commit

Permalink
Release/5.9.0 (#482)
Browse files Browse the repository at this point in the history
* Release 5.9.0-beta1

* Use new URL for artifactory instance

* Release 5.9.0-beta2

* Release 5.9.0-beta3

* Try fix path for artifactory

* Release 5.9.0-beta4

* try fix build

* Release 5.9.0-beta5

* Release and fix build 5.9.0-beta6

* Add Leanplum.setLocale (#478)

* Enable custom locale

* Update setLocale method comment

* Validate advertising id for zero value (#479)

* Release 5.9.0-beta7

* Add exception listener to Log class (#481)

* Release 5.9.0-beta8

* Release 5.9.0

Co-authored-by: Bratislav Damnjanovic <damnjanovic.bata@gmail.com>
  • Loading branch information
hborisoff and batadamnjanovic authored Jan 24, 2022
1 parent 0999d60 commit b1ed9e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions common-methods.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ def publishing_task(libraryArtifactId) {
}

artifactory {
contextUrl = 'http://artifactory.leanplum.com'
contextUrl = 'https://repo.leanplum.com'
publish {
repository {
repoKey = 'libs-release-local'
repoKey = '/'

username = System.getenv('ARTIFACTORY_USER')
password = System.getenv('ARTIFACTORY_PASSWORD')
Expand Down
2 changes: 1 addition & 1 deletion sdk-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.8.0
5.9.0

0 comments on commit b1ed9e7

Please sign in to comment.