Skip to content

Commit b1ed9e7

Browse files
Release/5.9.0 (#482)
* 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 <[email protected]>
1 parent 0999d60 commit b1ed9e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common-methods.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ def publishing_task(libraryArtifactId) {
9898
}
9999

100100
artifactory {
101-
contextUrl = 'http://artifactory.leanplum.com'
101+
contextUrl = 'https://repo.leanplum.com'
102102
publish {
103103
repository {
104-
repoKey = 'libs-release-local'
104+
repoKey = '/'
105105

106106
username = System.getenv('ARTIFACTORY_USER')
107107
password = System.getenv('ARTIFACTORY_PASSWORD')

sdk-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.8.0
1+
5.9.0

0 commit comments

Comments
 (0)