Skip to content

Commit 6234e64

Browse files
authored
Merge pull request #954 from wordpress-mobile/update/readme-for-publishing-changes
Update README for publishing changes to S3 Maven
2 parents 3f004c8 + efcd8b3 commit 6234e64

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,14 @@ $ ./gradlew cAT
9797

9898
## Integrating Aztec in your project
9999

100-
You can import Aztec into your project using Jitpack:
101100
```gradle
102101
repositories {
103-
maven { url "https://jitpack.io" }
102+
maven { url "https://a8c-libs.s3.amazonaws.com/android" }
104103
}
105104
```
106105
```gradle
107106
dependencies {
108-
api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:v1.3.44')
107+
api "org.wordpress:aztec:v1.5.4"
109108
}
110109
```
111110

@@ -114,7 +113,9 @@ or have fun with the latest snapshot at their own risk:
114113

115114
```gradle
116115
dependencies {
117-
api ('com.github.wordpress-mobile.WordPress-Aztec-Android:aztec:develop-SNAPSHOT')
116+
api "org.wordpress:aztec:trunk-{commit_sha1}"
117+
// As an example, for '3f004c8c8cd4b53ab9748f42f373cf00a30e9d86' commit sha1, this would look like:
118+
// api "org.wordpress:aztec:trunk-3f004c8c8cd4b53ab9748f42f373cf00a30e9d86"
118119
}
119120
```
120121

0 commit comments

Comments
 (0)