Skip to content

Commit ef6e092

Browse files
Release 2.20.0
1 parent acf6d6a commit ef6e092

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

CHANGELOG.md

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

3+
## [Release 2.20.0](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.20.0)
4+
5+
### New Features
6+
- Amazon Location Service
7+
8+
### Model updates
9+
- AWS IoT
10+
311
## [Release 2.19.4](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.19.4)
412

513
### New Features

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ dependencies {
6767
* kms
6868
* lambda
6969
* lex
70+
* location
7071
* logs
7172
* machinelearning
7273
* mobile-client
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
fabric-identifier=com.amazonaws.aws-android-sdk-cognito
2-
fabric-version=2.19.4
2+
fabric-version=2.20.0
33
fabric-build-type=binary

aws-android-sdk-core/src/main/java/com/amazonaws/util/VersionInfoUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class VersionInfoUtils {
2626
private static final int DEFAULT_STRING_LENGTH = 128;
2727

2828
/** SDK version info */
29-
private static volatile String version = "2.19.4";
29+
private static volatile String version = "2.20.0";
3030
// changed build
3131
// logic
3232

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
fabric-identifier=com.amazonaws.aws-android-sdk-core
2-
fabric-version=2.19.4
2+
fabric-version=2.20.0
33
fabric-build-type=binary

aws-android-sdk-core/src/test/java/com/amazonaws/util/VersionInfoUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class VersionInfoUtilsTest {
2424

2525
@Test
2626
public void getVersion() {
27-
assertEquals("2.19.4", VersionInfoUtils.getVersion());
27+
assertEquals("2.20.0", VersionInfoUtils.getVersion());
2828
}
2929

3030
@Test

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.4
29-
VERSION_CODE=21904
28+
VERSION_NAME=2.20.0
29+
VERSION_CODE=22000
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)