mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-09 00:07:27 +00:00
17 lines
332 B
Groovy
17 lines
332 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
//rootProject.name = "Rust Template"
|
|
include ':app'
|