Skip to content

Draft: Sync dependencies across gradle files

Jørgen Svennevik Notland requested to merge jQrgen/wally:version_cataloge into mp

Updating versions in one gradle file and not the other one was causing issues.

Dependency versions should be synced across gradle files and targets to avoid compatibility issues.

Dependencies are set in a gradle/libs.versions.toml-file that implements Gradle 7's version catalog feature.

Tested on:

  • Android
  • iOS
  • macOS JVM
Edited by Jørgen Svennevik Notland

Merge request reports