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

Sort libs.versions file alphabetically #387

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

hamorillo
Copy link
Contributor

Description

We have many dependencies, so I think keeping them sorted alphabetically will make it easier to find them.

Testing Steps

  • CI and code review should be enough

@hamorillo hamorillo added enhancement Enhancement dependencies Pull requests that update a dependency file labels Oct 14, 2024
@wpmobilebot
Copy link
Collaborator

wpmobilebot commented Oct 14, 2024

📲 You can test the changes from this Pull Request in Gravatar Demo by scanning the QR code below to install the corresponding build.
App Name Gravatar Demo
Commit02d4f36
Direct Downloadgravatar-demo-prototype-build-pr387-02d4f36.apk

@@ -1,94 +1,94 @@
[versions]
activity = "1.9.0"

Check warning

Code scanning / Android Lint

Obsolete Gradle Dependency Warning

A newer version of androidx.activity:activity than 1.9.0 is available: 1.9.2
@@ -1,94 +1,94 @@
[versions]
activity = "1.9.0"

Check warning

Code scanning / Android Lint

Obsolete Gradle Dependency Warning

A newer version of androidx.activity:activity than 1.9.0 is available: 1.9.2
ktx = "1.13.1"
junit = "4.13.2"
mockk = "1.13.9"
androidXLifecycle = "2.8.3"

Check warning

Code scanning / Android Lint

Obsolete Gradle Dependency Warning

A newer version of androidx.lifecycle:lifecycle-viewmodel-compose than 2.8.3 is available: 2.8.6
ktx = "1.13.1"
junit = "4.13.2"
mockk = "1.13.9"
androidXLifecycle = "2.8.3"

Check warning

Code scanning / Android Lint

Obsolete Gradle Dependency Warning

A newer version of androidx.lifecycle:lifecycle-viewmodel-compose than 2.8.3 is available: 2.8.6
gradle/libs.versions.toml Dismissed Show dismissed Hide dismissed
gradle/libs.versions.toml Dismissed Show dismissed Hide dismissed
@hamorillo hamorillo merged commit 467c991 into trunk Oct 14, 2024
17 of 18 checks passed
@hamorillo hamorillo deleted the hamorillo/versions-sorted-alphabetically branch October 14, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement Enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants