Skip to content

Migrate toolchain version management to standard version catalog

Hugo Hromic requested to merge hhromic/toolchain-vcatalog into master
  • Also remove the now unnecessary buildSrc module

I decided to not add minSdk and targetSdk into the version catalog because these are independent of the actual Android Platform version used for compilation (compileSdk). Only the latter is required to keep in sync with the CI/CD build image.

Of course, targetSdk should always be less-or-equal than compileSdk.

Let me know if, for consistency, you think is better to also keep these versions in the catalog.

EDIT: Added minSdkand targetSdk to the version catalog as well for consistency.

Edited by Hugo Hromic

Merge request reports