2026-07-17 13:50:30 +08:00
|
|
|
pluginManagement {
|
|
|
|
|
repositories {
|
2026-07-17 14:31:25 +08:00
|
|
|
maven { url = uri("https://nexus.xuqinmin.com/repository/android/") }
|
2026-07-17 13:50:30 +08:00
|
|
|
google()
|
|
|
|
|
mavenCentral()
|
|
|
|
|
gradlePluginPortal()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
rootProject.name = "xuqm-rn-native-test"
|
|
|
|
|
|
|
|
|
|
include(":updateBridge")
|
|
|
|
|
project(":updateBridge").projectDir = file("../packages/update/android")
|