Skip to content

Commit

Permalink
release: Amplify Android 2.19.0 (#2850)
Browse files Browse the repository at this point in the history
Co-authored-by: amplify-android-dev+ghops <[email protected]>
Co-authored-by: Vincent Tran <[email protected]>
  • Loading branch information
3 people authored Jun 13, 2024
1 parent b3d20af commit 37fc35e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [Release 2.19.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.19.0)

### Miscellaneous
- DataStore Model Sync Parallelization ([#2808](https://github.com/aws-amplify/amplify-android/issues/2808))

[See all changes between 2.18.0 and 2.19.0](https://github.com/aws-amplify/amplify-android/compare/release_v2.18.0...release_v2.19.0)

## [Release 2.18.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.18.0)

### Features
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ dependencies section:
```groovy
dependencies {
// Only specify modules that provide functionality your app will use
implementation 'com.amplifyframework:aws-analytics-pinpoint:2.18.0'
implementation 'com.amplifyframework:aws-api:2.18.0'
implementation 'com.amplifyframework:aws-auth-cognito:2.18.0'
implementation 'com.amplifyframework:aws-datastore:2.18.0'
implementation 'com.amplifyframework:aws-predictions:2.18.0'
implementation 'com.amplifyframework:aws-storage-s3:2.18.0'
implementation 'com.amplifyframework:aws-geo-location:2.18.0'
implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.18.0'
implementation 'com.amplifyframework:aws-analytics-pinpoint:2.19.0'
implementation 'com.amplifyframework:aws-api:2.19.0'
implementation 'com.amplifyframework:aws-auth-cognito:2.19.0'
implementation 'com.amplifyframework:aws-datastore:2.19.0'
implementation 'com.amplifyframework:aws-predictions:2.19.0'
implementation 'com.amplifyframework:aws-storage-s3:2.19.0'
implementation 'com.amplifyframework:aws-geo-location:2.19.0'
implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.19.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx4g
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
org.gradle.parallel=true

VERSION_NAME=2.18.0
VERSION_NAME=2.19.0

POM_GROUP=com.amplifyframework
POM_URL=https://github.com/aws-amplify/amplify-android
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:2.18.0'
implementation 'com.amplifyframework:rxbindings:2.19.0'
}
```

Expand Down

0 comments on commit 37fc35e

Please sign in to comment.