Skip to content

Commit bac2a13

Browse files
Merge pull request #2186 from aws-amplify/rm/2.19.1
Release 2.19.1
2 parents 9fcf1f3 + 8b76fff commit bac2a13

File tree

2 files changed

+27
-8
lines changed

2 files changed

+27
-8
lines changed

CHANGELOG.md

Lines changed: 25 additions & 6 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)
7-
- AWS Comprehend [#2122](https://github.com/aws-amplify/aws-sdk-android/pull/2122)
8-
- AWS Transcribe [#2127](https://github.com/aws-amplify/aws-sdk-android/pull/2127)
9-
- AWS Translate [#2125](https://github.com/aws-amplify/aws-sdk-android/pull/2125)
10-
- AWS Textract [#2128](https://github.com/aws-amplify/aws-sdk-android/pull/2128)
12+
- Amazon Comprehend [#2122](https://github.com/aws-amplify/aws-sdk-android/pull/2122)
13+
- Amazon Transcribe [#2127](https://github.com/aws-amplify/aws-sdk-android/pull/2127)
14+
- Amazon Translate [#2125](https://github.com/aws-amplify/aws-sdk-android/pull/2125)
15+
- Amazon Textract [#2128](https://github.com/aws-amplify/aws-sdk-android/pull/2128)
16+
- Amazon Rekognition [#2149](https://github.com/aws-amplify/aws-sdk-android/pull/2149), [#2179](https://github.com/aws-amplify/aws-sdk-android/pull/2179)
17+
- Amazon 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)