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

Avoid manual modules version management inside repo #98

Merged
merged 1 commit into from
May 10, 2024
Merged

Conversation

mdrlzy
Copy link
Member

@mdrlzy mdrlzy commented May 6, 2024

Now we have to manually manage versions so that they comply with the artifacts versions from Github.
Which is difficult and for example now they don’t match. And the project is not building.

arkComponentUtils = "0.0.9-SNAPSHOT-01"
arkComponentFoldersTree = "0.0.9-SNAPSHOT-02"
arkComponentTagSelector = "0.0.9-SNAPSHOT-02"
arkComponentScoreWidget = "0.0.9-SNAPSHOT-02"
arkComponentFilePicker = "0.1.0-SNAPSHOT"

https://github.com/ARK-Builders/ark-android/blob/main/gradle/libs.versions.toml
https://github.com/orgs/ARK-Builders/packages?repo_name=ark-android

I propose to make modules dependent directly on project and not on artifacts from Github

@kirillt kirillt merged commit 5e20719 into main May 10, 2024
3 checks passed
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