Skip to content

Commit 2f19466

Browse files
committed
Adds s3 repository to all projects
1 parent 6d93356 commit 2f19466

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ plugins {
55

66
allprojects {
77
repositories {
8+
maven {
9+
url "https://a8c-libs.s3.amazonaws.com/android"
10+
content {
11+
includeGroup "org.wordpress"
12+
includeGroup "org.wordpress.aztec"
13+
}
14+
}
815
google()
916
jcenter()
1017
}

0 commit comments

Comments
 (0)