Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] update Bintray's package name
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasPaczos authored and tobrun committed Jul 30, 2019
1 parent e01b963 commit 94d0397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions platform/android/gradle/artifact-settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ext {

mapboxBintrayUserOrg = 'mapbox'
mapboxBintrayRepoName = 'mapbox'
mapboxBintrayPackageName = 'com.mapbox.mapboxsdk:mapbox-android-sdk'
mapboxBintrayUser = project.hasProperty('BINTRAY_USER') ? project.property('BINTRAY_USER') : System.getenv('BINTRAY_USER')
mapboxBintrayApiKey = project.hasProperty('BINTRAY_API_KEY') ? project.property('BINTRAY_API_KEY') : System.getenv('BINTRAY_API_KEY')
mapboxGpgPassphrase = project.hasProperty('GPG_PASSPHRASE') ? project.property('GPG_PASSPHRASE') : System.getenv('GPG_PASSPHRASE')
Expand Down
2 changes: 1 addition & 1 deletion platform/android/gradle/gradle-bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ bintray {
publications('MapboxMapsSdkPublication')
pkg {
repo = project.ext.mapboxBintrayRepoName
name = project.ext.mapboxArtifactId
name = project.ext.mapboxBintrayPackageName
userOrg = project.ext.mapboxBintrayUserOrg
licenses = [project.ext.mapboxArtifactLicenseName]
vcsUrl = project.ext.mapboxArtifactVcsUrl
Expand Down

0 comments on commit 94d0397

Please sign in to comment.