File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
102101repositories {
103- maven { url "https://jitpack.io " }
102+ maven { url "https://a8c-libs.s3.amazonaws.com/android " }
104103}
105104```
106105``` gradle
107106dependencies {
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
116115dependencies {
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
You can’t perform that action at this time.
0 commit comments