File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ repositories {
104104```
105105``` gradle
106106dependencies {
107- api ('com.github. wordpress-mobile.WordPress-Aztec-Android :aztec:v1.5.4')
107+ api "org. wordpress:aztec:v1.5.4"
108108}
109109```
110110
@@ -113,9 +113,9 @@ or have fun with the latest snapshot at their own risk:
113113
114114``` gradle
115115dependencies {
116- api ('com.github. wordpress-mobile.WordPress-Aztec-Android :aztec:trunk-{commit_sha1}')
116+ api "org. wordpress:aztec:trunk-{commit_sha1}"
117117 // As an example, for '3f004c8c8cd4b53ab9748f42f373cf00a30e9d86' commit sha1, this would look like:
118- // api ('com.github. wordpress-mobile.WordPress-Aztec-Android :aztec:trunk-3f004c8c8cd4b53ab9748f42f373cf00a30e9d86')
118+ // api "org. wordpress:aztec:trunk-3f004c8c8cd4b53ab9748f42f373cf00a30e9d86"
119119}
120120```
121121
You can’t perform that action at this time.
0 commit comments