Skip to content

Commit

Permalink
Prepare 2.17.1 release version (#2058)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesonwilliams authored Aug 7, 2020
1 parent 535eeb7 commit 4105cd5
Show file tree
Hide file tree
Showing 55 changed files with 128 additions and 103 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log - AWS SDK for Android

## [Release 2.17.1](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.17.1)

### Bug fixes
- Resolves `UnsupportedOperationException` while passing client
metadata to signUp and signIn auth APIs

### Updated Service Models
- SNS
- Documentation updates
- Transcribe
- Support Medical use cases
- Lex
- Updates to NLU confidence

### Miscellaneous Updates
- Update third-party dependency versions
- AndroidX Core 1.3.1
- Paho MQTT Client 1.2.5
- Google Play Services Auth 18.1.0
- Android Gradle Plugin 4.0.1

- Allow override of User Agent in the AWSMobileClient


## [Release 2.17.0](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.17.0)

*Version 2.17.0 introduces breaking changes against 2.16.13.*
Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-apigateway-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-apigateway-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 14 // junit ext
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
}
Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-auth-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-auth-facebook/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14 // v4 support, brought from facebook sdk
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-auth-google/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14 // gms auth brought by google sdk
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-auth-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14 // appcompat
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-auth-userpools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14 // setAllCaps(), 11 otherwise
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-cloudwatch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-cognito/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fabric-identifier=com.amazonaws.aws-android-sdk-cognito
fabric-version=2.17.0
fabric-version=2.17.1
fabric-build-type=binary
4 changes: 2 additions & 2 deletions aws-android-sdk-cognitoauth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 16 // androidx.browser
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}

compileOptions {
Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-cognitoidentityprovider-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14 // junit ext
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-cognitoidentityprovider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}

testOptions.unitTests.includeAndroidResources = true
Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-comprehend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-connect/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-connectparticipant/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-core-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14 // junit ext
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
}
Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"

consumerProguardFiles 'consumer-proguard-rules.pro'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class VersionInfoUtils {
private static final int DEFAULT_STRING_LENGTH = 128;

/** SDK version info */
private static volatile String version = "2.17.0";
private static volatile String version = "2.17.1";
// changed build
// logic

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fabric-identifier=com.amazonaws.aws-android-sdk-core
fabric-version=2.17.0
fabric-version=2.17.1
fabric-build-type=binary
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class VersionInfoUtilsTest {

@Test
public void getVersion() {
assertEquals("2.17.0", VersionInfoUtils.getVersion());
assertEquals("2.17.1", VersionInfoUtils.getVersion());
}

@Test
Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-ddb-document/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-ddb-mapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-ddb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-ec2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-iot-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 14 // junit ext
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
testInstrumentationRunnerArguments(['notClass': 'org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter'])
}
Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-iot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-kinesis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-kinesisvideo-archivedmedia/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 21 // for kinesisvideo, which uses camera2 APIs.
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}

packagingOptions {
Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-kinesisvideo-signaling/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-kinesisvideo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 21 // android.hardware.camera2
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}

packagingOptions {
Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-kms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-lambda/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-lex/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}
}

Expand Down
4 changes: 2 additions & 2 deletions aws-android-sdk-logs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 29
versionCode 1
versionName '1.0'
versionCode 21701
versionName "2.17.1"
}
}

Expand Down
Loading

0 comments on commit 4105cd5

Please sign in to comment.