Skip to content

Commit

Permalink
release: Amplify Android 1.35.5 (#1748)
Browse files Browse the repository at this point in the history
* release: Amplify Android 1.35.5

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: amplify-android-dev+ghops <[email protected]>
Co-authored-by: Thomas Leing <[email protected]>
  • Loading branch information
3 people authored May 23, 2022
1 parent 551f278 commit 9484593
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [Release 1.35.5](https://github.com/aws-amplify/amplify-android/releases/tag/release_v1.35.5)

### Miscellaneous
- chore: update gson version (#1744)
- Update notify_comments.yml (#1746)
- Update SDK version in build.gradle (#1747)

[See all changes between 1.35.4 and 1.35.5](https://github.com/aws-amplify/amplify-android/compare/release_v1.35.4...release_v1.35.5)

## [Release 1.35.4](https://github.com/aws-amplify/amplify-android/releases/tag/release_v1.35.4)

### Miscellaneous
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ dependencies section:
```groovy
dependencies {
// Only specify modules that provide functionality your app will use
implementation 'com.amplifyframework:aws-analytics-pinpoint:1.35.4'
implementation 'com.amplifyframework:aws-api:1.35.4'
implementation 'com.amplifyframework:aws-auth-cognito:1.35.4'
implementation 'com.amplifyframework:aws-datastore:1.35.4'
implementation 'com.amplifyframework:aws-predictions:1.35.4'
implementation 'com.amplifyframework:aws-storage-s3:1.35.4'
implementation 'com.amplifyframework:aws-analytics-pinpoint:1.35.5'
implementation 'com.amplifyframework:aws-api:1.35.5'
implementation 'com.amplifyframework:aws-auth-cognito:1.35.5'
implementation 'com.amplifyframework:aws-datastore:1.35.5'
implementation 'com.amplifyframework:aws-predictions:1.35.5'
implementation 'com.amplifyframework:aws-storage-s3:1.35.5'
}
```

Expand Down
9 changes: 9 additions & 0 deletions core-kotlin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [Release 0.19.5](https://github.com/aws-amplify/amplify-android/releases/tag/release-kotlin_v0.19.5)

### Miscellaneous
- chore: update gson version (#1744)
- Update notify_comments.yml (#1746)
- Update SDK version in build.gradle (#1747)

[See all changes between 0.19.4 and 0.19.5](https://github.com/aws-amplify/amplify-android/compare/release-kotlin_v0.19.4...release-kotlin_v0.19.5)

## [Release 0.19.4](https://github.com/aws-amplify/amplify-android/releases/tag/release-kotlin_v0.19.4)

### Miscellaneous
Expand Down
2 changes: 1 addition & 1 deletion core-kotlin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ POM_NAME=Amplify Framework for Android - Kotlin facade for Core library
POM_DESCRIPTION=Amplify Framework for Android - Kotlin facade for Core library
POM_PACKAGING=aar

VERSION_NAME=0.19.4
VERSION_NAME=0.19.5
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=1.35.4
VERSION_NAME=1.35.5

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:1.35.4'
implementation 'com.amplifyframework:rxbindings:1.35.5'
}
```

Expand Down

0 comments on commit 9484593

Please sign in to comment.