Skip to content

Commit 7eb5f0d

Browse files
awsmobilesdkamplify-android-dev+ghopschangxu0306
authored
release: Amplify Android 1.17.4 (#1299)
* release: Amplify Android 1.17.4 * Update CHANGELOG.md * Update core-kotlin/CHANGELOG.md Co-authored-by: amplify-android-dev+ghops <[email protected]> Co-authored-by: Chang Xu <[email protected]>
1 parent b73b9d5 commit 7eb5f0d

File tree

6 files changed

+31
-9
lines changed

6 files changed

+31
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [Release 1.17.4](https://github.com/aws-amplify/amplify-android/releases/tag/release_v1.17.4)
2+
3+
### Bug Fixes
4+
- Use ObjectsCompat since Objects is API 19+ (#1289)
5+
- adds ConfirmSignInOptions for confirmSignIn API method (#1297)
6+
7+
### Miscellaneous
8+
- Upgrade dependency on the latest SDK version (#1294, #1296)
9+
10+
[See all changes between 1.17.3 and 1.17.4](https://github.com/aws-amplify/amplify-android/compare/release_v1.17.3...release_v1.17.4)
11+
112
# Release 1.17.3
213

314
### Bug Fixes

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ dependencies section:
5252
```groovy
5353
dependencies {
5454
// Only specify modules that provide functionality your app will use
55-
implementation 'com.amplifyframework:aws-analytics-pinpoint:1.17.3'
56-
implementation 'com.amplifyframework:aws-api:1.17.3'
57-
implementation 'com.amplifyframework:aws-auth-cognito:1.17.3'
58-
implementation 'com.amplifyframework:aws-datastore:1.17.3'
59-
implementation 'com.amplifyframework:aws-predictions:1.17.3'
60-
implementation 'com.amplifyframework:aws-storage-s3:1.17.3'
55+
implementation 'com.amplifyframework:aws-analytics-pinpoint:1.17.4'
56+
implementation 'com.amplifyframework:aws-api:1.17.4'
57+
implementation 'com.amplifyframework:aws-auth-cognito:1.17.4'
58+
implementation 'com.amplifyframework:aws-datastore:1.17.4'
59+
implementation 'com.amplifyframework:aws-predictions:1.17.4'
60+
implementation 'com.amplifyframework:aws-storage-s3:1.17.4'
6161
}
6262
```
6363

core-kotlin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [Release 0.1.5](https://github.com/aws-amplify/amplify-android/releases/tag/release-kotlin_v0.1.5)
2+
3+
### Bug Fixes
4+
- Use ObjectsCompat since Objects is API 19+ (#1289)
5+
- adds ConfirmSignInOptions for confirmSignIn API method (#1297)
6+
7+
### Miscellaneous
8+
- Upgrade dependency on the latest SDK version (#1294, #1296)
9+
10+
[See all changes between 0.1.4 and 0.1.5](https://github.com/aws-amplify/amplify-android/compare/release-kotlin_v0.1.4...release-kotlin_v0.1.5)
11+
112
# Release 0.1.4
213

314
### Bug Fixes

core-kotlin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ POM_NAME=Amplify Framework for Android - Kotlin facade for Core library
33
POM_DESCRIPTION=Amplify Framework for Android - Kotlin facade for Core library
44
POM_PACKAGING=aar
55

6-
VERSION_NAME=0.1.4
6+
VERSION_NAME=0.1.5

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx4g
1212
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1313
org.gradle.parallel=true
1414

15-
VERSION_NAME=1.17.3
15+
VERSION_NAME=1.17.4
1616

1717
POM_GROUP=com.amplifyframework
1818
POM_URL=https://github.com/aws-amplify/amplify-android

rxbindings/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ library. In your module's `build.gradle`:
2424
```gradle
2525
dependencies {
2626
// Add this line.
27-
implementation 'com.amplifyframework:rxbindings:1.17.3'
27+
implementation 'com.amplifyframework:rxbindings:1.17.4'
2828
}
2929
```
3030

0 commit comments

Comments
 (0)