diff --git a/build.gradle b/build.gradle index 08d5e86..f2dc8da 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ buildscript { username smartThingsArtifactoryUserName password smartThingsArtifactoryPassword } - url "https://artifactory.smartthings.com/libs-release-local" + url "https://smartthings.jfrog.io/smartthings/libs-release-local" } } } @@ -32,7 +32,7 @@ repositories { username smartThingsArtifactoryUserName password smartThingsArtifactoryPassword } - url "https://artifactory.smartthings.com/libs-release-local" + url "https://smartthings.jfrog.io/smartthings/libs-release-local" } }