Skip to content

Commit efcd8b3

Browse files
committed
Update dependency path in README
1 parent 5f9e8f5 commit efcd8b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ repositories {
104104
```
105105
```gradle
106106
dependencies {
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
115115
dependencies {
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

0 commit comments

Comments
 (0)