ARK-Builders / ark-android

Reusable components for the ARK project
https://www.ark-builders.dev
MIT License
0 stars 1 forks source link

Avoid manual modules version management inside repo #98

Closed mdrlzy closed 6 months ago

mdrlzy commented 6 months ago

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