File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1- ## [ Release 2.14.3 ] ( https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.14.3 )
1+ ## [ Release 2.14.4 ] ( https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.14.4 )
22
33### Bug Fixes
4- - ** liveness: ** Liveness web socket expiration retry ( [ # 2615 ] ( https://github.com/ aws-amplify/amplify-android/issues/2615 ) )
4+ - Re-release of 2.14.2. Do not use 2.14.3 due to regression in aws-predictions for Liveness
55
6- [ See all changes between 2.14.2 and 2.14.3 ] ( https://github.com/aws-amplify/amplify-android/compare/release_v2.14.2...release_v2.14.3 )
6+ [ See all changes between 2.14.2 and 2.14.4 ] ( https://github.com/aws-amplify/amplify-android/compare/release_v2.14.2...release_v2.14.4 )
77
88## [ Release 2.14.2] ( https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.14.2 )
99
Original file line number Diff line number Diff line change @@ -71,14 +71,14 @@ dependencies section:
7171``` groovy
7272dependencies {
7373 // Only specify modules that provide functionality your app will use
74- implementation 'com.amplifyframework:aws-analytics-pinpoint:2.14.3 '
75- implementation 'com.amplifyframework:aws-api:2.14.3 '
76- implementation 'com.amplifyframework:aws-auth-cognito:2.14.3 '
77- implementation 'com.amplifyframework:aws-datastore:2.14.3 '
78- implementation 'com.amplifyframework:aws-predictions:2.14.3 '
79- implementation 'com.amplifyframework:aws-storage-s3:2.14.3 '
80- implementation 'com.amplifyframework:aws-geo-location:2.14.3 '
81- implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.14.3 '
74+ implementation 'com.amplifyframework:aws-analytics-pinpoint:2.14.4 '
75+ implementation 'com.amplifyframework:aws-api:2.14.4 '
76+ implementation 'com.amplifyframework:aws-auth-cognito:2.14.4 '
77+ implementation 'com.amplifyframework:aws-datastore:2.14.4 '
78+ implementation 'com.amplifyframework:aws-predictions:2.14.4 '
79+ implementation 'com.amplifyframework:aws-storage-s3:2.14.4 '
80+ implementation 'com.amplifyframework:aws-geo-location:2.14.4 '
81+ implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.14.4 '
8282}
8383```
8484
Original file line number Diff line number Diff 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
1313org.gradle.parallel =true
1414
15- VERSION_NAME =2.14.3
15+ VERSION_NAME =2.14.4
1616
1717POM_GROUP =com.amplifyframework
1818POM_URL =https://github.com/aws-amplify/amplify-android
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ library. In your module's `build.gradle`:
2424``` gradle
2525dependencies {
2626 // Add this line.
27- implementation 'com.amplifyframework:rxbindings:2.14.3 '
27+ implementation 'com.amplifyframework:rxbindings:2.14.4 '
2828}
2929```
3030
You can’t perform that action at this time.
0 commit comments