Skip to content

Commit 024a77f

Browse files
committed
Updated dependencyResolution to add maven jfrog url in order to download the EMDK
1 parent 3050e59 commit 024a77f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

settings.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ pluginManagement {
44
google()
55
mavenCentral()
66
jcenter()
7-
maven { url 'https://jitpack.io' }
7+
maven {
8+
url = "https://zebratech.jfrog.io/artifactory/EMDK-Android/"
9+
}
810
}
911
}
1012
dependencyResolutionManagement {
@@ -13,7 +15,9 @@ dependencyResolutionManagement {
1315
google()
1416
mavenCentral()
1517
jcenter()
16-
maven { url 'https://jitpack.io' }
18+
maven {
19+
url = "https://zebratech.jfrog.io/artifactory/EMDK-Android/"
20+
}
1721
}
1822
}
1923

0 commit comments

Comments
 (0)