rootProject.name = "DevUpdater" pluginManagement { repositories { google() gradlePluginPortal() mavenCentral() } } dependencyResolutionManagement { repositories { google() mavenCentral() } } include(":androidApp") // The shared link, as a subproject of this build rather than a published // artifact, so it stays locked to whatever commit the submodule points at // -- the same arrangement the Rust half uses with a path dependency. include(":link") project(":link").projectDir = file("../vendor/wg-app-link/app")