pluginManagement { repositories { maven { url 'https://jitpack.io' } maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' } maven { url 'https://maven.aliyun.com/repository/public' } maven { url 'https://maven-other.tuya.com/repository/maven-releases/'} maven { url 'https://maven-other.tuya.com/repository/maven-snapshots/'} gradlePluginPortal() google() mavenCentral() } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { maven { url 'https://jitpack.io' } maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' } maven { url 'https://maven.aliyun.com/repository/public' } maven { url 'https://maven-other.tuya.com/repository/maven-releases/'} maven { url 'https://maven-other.tuya.com/repository/maven-snapshots/'} maven { url 'https://dl.bintray.com/tuyasmartai/sdk' } google() mavenCentral() } } rootProject.name = "FoodCooking" include ':app' include ':libThirdParty' include ':libBase' include ':BusinessRouter' include ':BusinessSetting' include ':BusinessAuth' include ':BusinessMain' include ':BusinessStep' include ':libDeviceSdk' include ':skin-support' include ':LocalTools'