We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab054dd commit 636e6e6Copy full SHA for 636e6e6
build.gradle
@@ -13,26 +13,24 @@ buildscript {
13
}
14
repositories {
15
mavenLocal()
16
- jcenter()
17
maven {
18
credentials {
19
username smartThingsArtifactoryUserName
20
password smartThingsArtifactoryPassword
21
22
- url "https://smartthings.jfrog.io/smartthings/libs-release-local"
+ url "https://smartthings.jfrog.io/smartthings/libs-release"
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
0 commit comments