Skip to content

Commit 636e6e6

Browse files
committedMay 23, 2022
Remove bintray from sources list and update artifactory url
1 parent ab054dd commit 636e6e6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎build.gradle

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,24 @@ buildscript {
1313
}
1414
repositories {
1515
mavenLocal()
16-
jcenter()
1716
maven {
1817
credentials {
1918
username smartThingsArtifactoryUserName
2019
password smartThingsArtifactoryPassword
2120
}
22-
url "https://smartthings.jfrog.io/smartthings/libs-release-local"
21+
url "https://smartthings.jfrog.io/smartthings/libs-release"
2322
}
2423
}
2524
}
2625

2726
repositories {
2827
mavenLocal()
29-
jcenter()
3028
maven {
3129
credentials {
3230
username smartThingsArtifactoryUserName
3331
password smartThingsArtifactoryPassword
3432
}
35-
url "https://smartthings.jfrog.io/smartthings/libs-release-local"
33+
url "https://smartthings.jfrog.io/smartthings/libs-release"
3634
}
3735
}
3836

0 commit comments

Comments
 (0)
Please sign in to comment.