Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binary Compatibility in our Final JAR #449

Merged
merged 1 commit into from
Sep 28, 2022
Merged

Conversation

handstandsam
Copy link
Contributor

@handstandsam handstandsam commented Sep 23, 2022

Took a baseline before the stone spec update and the kotlin refactor, and then updated with the resulting code.

Binary Compatibility Changes since v5.3.0 (see changes):

  • The following classes are now final and cannot be extended.
    • com.dropbox.core.android.Auth
    • com.dropbox.core.android.DbxOfficialAppConnector
  • In com.dropbox.core.android.AuthActivity, constants for the Intent Extra Keys were moved to com.dropbox.core.android.internal.DropboxAuthIntent

Related to #441 where we focused on maintaining the compatibility just in the Kotlin Portion as it was developed.

Fixes #445

Baseline (before any Kotlin code added, or refactored out of the monolith)

Binary compatibility maintained except for:

1. The following classes are now final and cannot be extended.
  com.dropbox.core.android.Auth
  com.dropbox.core.android.DbxOfficialAppConnector
2. In com.dropbox.core.android.AuthActivity, constants for the Intent Extra Keys were moved to com.dropbox.core.android.internal.DropboxAuthIntent

Added binary compatibility check to Github Action.

Update build.gradle

This was added for #254

Added binary compatibility check in GitHub Action.

Dependency Guard Baseline

Binary Compatibility Validator Changes since v5.3.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable Binary Compatibility Validator
1 participant