YuXin_Liu/paddleOcr_with_chakuopy/settings.gradle

16 lines
295 B
Groovy
Raw Normal View History

2024-09-24 13:53:45 +08:00
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
include ':app'