Skip to content

Commit

Permalink
chore: update READMEs to highlight 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesonwilliams committed Sep 24, 2020
1 parent c3d2501 commit 187f3ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ dependencies section:
```groovy
dependencies {
// Only specify modules that provide functionality your app will use
implementation 'com.amplifyframework:aws-analytics-pinpoint:1.3.2'
implementation 'com.amplifyframework:aws-api:1.3.2'
implementation 'com.amplifyframework:aws-auth-cognito:1.3.2'
implementation 'com.amplifyframework:aws-datastore:1.3.2'
implementation 'com.amplifyframework:aws-predictions:1.3.2'
implementation 'com.amplifyframework:aws-storage-s3:1.3.2'
implementation 'com.amplifyframework:aws-analytics-pinpoint:1.4.0'
implementation 'com.amplifyframework:aws-api:1.4.0'
implementation 'com.amplifyframework:aws-auth-cognito:1.4.0'
implementation 'com.amplifyframework:aws-datastore:1.4.0'
implementation 'com.amplifyframework:aws-predictions:1.4.0'
implementation 'com.amplifyframework:aws-storage-s3:1.4.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion rxbindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ library. In your module's `build.gradle`:
```gradle
dependencies {
// Add this line.
implementation 'com.amplifyframework:rxbindings:1.3.2'
implementation 'com.amplifyframework:rxbindings:1.4.0'
}
```

Expand Down

0 comments on commit 187f3ee

Please sign in to comment.