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

Improve Android dependency versioning #14

Merged
merged 1 commit into from
Apr 21, 2023

Conversation

complexspaces
Copy link
Collaborator

This PR allows any project using the Android component of rustls-platform-verifier to control the versions of Android Gradle Plugin and Kotlin used during compilation in a Gradle Composite build.

At work, we ran into an issue when trying to update AGP: The version declared here, 7.3.0, was completely incompatible during resolution with 7.4.0. So, after some work, we added a way for our main Gradle project to supply dependency versions to keep them in sync easier and not force a version of the plugin on anyone. Our Kotlin requirements are dead-simple, so this shouldn't cause any compatibility problems.

@complexspaces complexspaces merged commit 128f700 into main Apr 21, 2023
11 checks passed
@complexspaces complexspaces deleted the improve-android-versioning branch April 21, 2023 21:53
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.

None yet

1 participant