8000 Feature/david/refresh versions by malmstein · Pull Request #1090 · duckduckgo/Android · GitHub
[go: up one dir, main page]

Skip to content

Feature/david/refresh versions #1090

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

Merged
merged 5 commits into from
Feb 9, 2021
Merged

Conversation

malmstein
Copy link
Contributor

Task/Issue URL: https://app.asana.com/0/488551667048375/1199900494889724

Description:
We want to improve the way we update dependencies in the project. With that in mind, we want to introduce https://jmfayard.github.io/refreshVersions/

The difference now is that all the library versions are stored in one file versions.properties, which the plugin uses to then indicate what version to use.

Steps to test this PR:

  1. Pull the branch
  2. Open versions.properties
  3. Check that there are now comments with available updates
  4. Execute gradle refreshVersions
  5. Open versions.properties
  6. Check all the available updates

Internal references:

Software Engineering Expectations
Technical Design Template

@@ -134,92 +134,92 @@ ext {


dependencies {
implementation "androidx.legacy:legacy-support-v4:$legacySupport"
debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanary"
implementation AndroidX.legacy.supportV4
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the plugin provides read-to-use organized dependency notations for some libraries, this is why this has changed

implementation AndroidX.swipeRefreshLayout
implementation AndroidX.webkit
implementation Square.okHttp3.okHttp
implementation "com.squareup.okhttp3:okhttp-tls:_"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unfortunately, not all libraries have notations

Copy link
Collaborator
@aitorvs aitorvs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great! 🚢🇮🇹

@malmstein malmstein merged commit b0b6c1d into develop Feb 9, 2021
@malmstein malmstein deleted the feature/david/refreshVersions branch February 9, 2021 14:32
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.

2 participants
0