forked from orbbec/OrbbecSDK-Android-Wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
30 lines (27 loc) · 1.13 KB
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
pluginManagement {
repositories {
// If you location China, Keep enable aliyun maven source
maven { url 'https://maven.aliyun.com/repository/public/' }
maven { url 'https://maven.aliyun.com/repository/google/' }
// maven { url 'https://maven.aliyun.com/repository/jcenter/' } // Office jcenter stop service not need to use agent
maven { url 'https://maven.aliyun.com/repository/central/' }
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
// If you location China, Keep enable aliyun maven source
maven { url 'https://maven.aliyun.com/repository/public/' }
maven { url 'https://maven.aliyun.com/repository/google/' }
// maven { url 'https://maven.aliyun.com/repository/jcenter/' } // Office jcenter stop service not need to use agent
maven { url 'https://maven.aliyun.com/repository/central/' }
google()
mavenCentral()
}
}
rootProject.name = "Obsensor_android"
include ':example'
include ':obsensor_jni'