Skip to content

Commit 466d800

Browse files
2.19.1
1 parent 9fcf1f3 commit 466d800

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,32 @@
11
# Change Log - AWS SDK for Android
22

3-
## [Release TBD](https://github.com/aws/aws-sdk-android/releases/tag/TBD)
3+
## [Release 2.19.1](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.19.1)
44

5-
- Model updates
5+
### New Features
6+
7+
- **AWS Mobile Client**
8+
- Added option to specify browser other than the default (Chrome) for HostedUI [#2152](https://github.com/aws-amplify/aws-sdk-android/pull/2152)
9+
10+
### Model updates
611
- AWS Simple Token Service [#2132](https://github.com/aws-amplify/aws-sdk-android/pull/2132)
712
- AWS Comprehend [#2122](https://github.com/aws-amplify/aws-sdk-android/pull/2122)
813
- AWS Transcribe [#2127](https://github.com/aws-amplify/aws-sdk-android/pull/2127)
914
- AWS Translate [#2125](https://github.com/aws-amplify/aws-sdk-android/pull/2125)
1015
- AWS Textract [#2128](https://github.com/aws-amplify/aws-sdk-android/pull/2128)
16+
- AWS Rekognition [#2149](https://github.com/aws-amplify/aws-sdk-android/pull/2149), [#2179](https://github.com/aws-amplify/aws-sdk-android/pull/2179)
17+
- AWS SNS [#2150](https://github.com/aws-amplify/aws-sdk-android/pull/2150)
18+
19+
### Miscellaneous Updates
20+
- Update third-party dependency versions
21+
- Junit 4.13.1
22+
- AndroidX Core 1.3.0
23+
- AndroidX jUnit Extension 1.1.2
24+
- AndroidX Test Runner 1.3.0
25+
- AndroidX Test Core 1.3.0
26+
- AndroidX App Compat 1.2.0
27+
- Robolectric 4.4
28+
- Conscrypt Android 2.5.1
29+
1130

1231
## [Release 2.19.0](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.19.0)
1332

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android.useAndroidX=true
2525
android.enableJetifier=true
2626

2727
GROUP=com.amazonaws
28-
VERSION_NAME=2.19.0
29-
VERSION_CODE=21900
28+
VERSION_NAME=2.19.1
29+
VERSION_CODE=21901
3030

3131
POM_URL=https://github.com/aws/aws-sdk-android
3232
POM_SCM_URL=https://github.com/aws/aws-sdk-android

0 commit comments

Comments
 (0)