Skip to content

Bintray releases only publish the default release build type #112

@acrown-msft

Description

@acrown-msft

Summary:

Uploading binaries to bintray uploads only the release version of the SDK named sdk-<version #>.aar

Steps to reproduce:

Run the command "gradlew bintrayUpload" from the Android Studio terminal. You must have the proper credentials stored in your local.properties file.

Expected behavior:

Upload all SDK build types.
sdk-<version #>-debug.aar
sdk-<version #>-debugStandalone.aar
sdk-<version #>-release.aar
sdk-<version #>-releaseStandalone.aar

Observed behavior:

Only the release flavor is pushed. It is also not named properly.

Device, Android, and Embedded Social SDK version:

Commit 814b3b7

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions