Skip to content

Commit 6413dbc

Browse files
github-actions[bot]amplify-android-dev+ghops
and
amplify-android-dev+ghops
authored
release: Amplify Android 2.14.12 (#2732)
Co-authored-by: amplify-android-dev+ghops <[email protected]>
1 parent f64361a commit 6413dbc

File tree

4 files changed

+17
-10
lines changed

4 files changed

+17
-10
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [Release 2.14.12](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.14.12)
2+
3+
### Bug Fixes
4+
- **Predictions:** Fix Liveness InvalidSignatureException ([#2729](https://github.com/aws-amplify/amplify-android/issues/2729))
5+
6+
[See all changes between 2.14.11 and 2.14.12](https://github.com/aws-amplify/amplify-android/compare/release_v2.14.11...release_v2.14.12)
7+
18
## [Release 2.14.11](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.14.11)
29

310
### Bug Fixes

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ dependencies section:
7171
```groovy
7272
dependencies {
7373
// Only specify modules that provide functionality your app will use
74-
implementation 'com.amplifyframework:aws-analytics-pinpoint:2.14.11'
75-
implementation 'com.amplifyframework:aws-api:2.14.11'
76-
implementation 'com.amplifyframework:aws-auth-cognito:2.14.11'
77-
implementation 'com.amplifyframework:aws-datastore:2.14.11'
78-
implementation 'com.amplifyframework:aws-predictions:2.14.11'
79-
implementation 'com.amplifyframework:aws-storage-s3:2.14.11'
80-
implementation 'com.amplifyframework:aws-geo-location:2.14.11'
81-
implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.14.11'
74+
implementation 'com.amplifyframework:aws-analytics-pinpoint:2.14.12'
75+
implementation 'com.amplifyframework:aws-api:2.14.12'
76+
implementation 'com.amplifyframework:aws-auth-cognito:2.14.12'
77+
implementation 'com.amplifyframework:aws-datastore:2.14.12'
78+
implementation 'com.amplifyframework:aws-predictions:2.14.12'
79+
implementation 'com.amplifyframework:aws-storage-s3:2.14.12'
80+
implementation 'com.amplifyframework:aws-geo-location:2.14.12'
81+
implementation 'com.amplifyframework:aws-push-notifications-pinpoint:2.14.12'
8282
}
8383
```
8484

gradle.properties

+1-1
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=2.14.11
15+
VERSION_NAME=2.14.12
1616

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

rxbindings/README.md

+1-1
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:2.14.11'
27+
implementation 'com.amplifyframework:rxbindings:2.14.12'
2828
}
2929
```
3030

0 commit comments

Comments
 (0)