Skip to content

Commit 08e47e5

Browse files
release: AWS AppSync SDK for Android 3.1.4 (#341)
1 parent 6337699 commit 08e47e5

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# Change Log - AWS AppSync SDK for Android
1+
# Release 3.1.4
2+
3+
### Bug Fixes
4+
- retry interceptor now closes previous response (#332)
5+
- use HTTPS endpoint for Github repo (#337)
6+
7+
###
8+
- Adding release automation workflow and scripts (#336)
9+
10+
[See all changes between 3.1.3 and 3.1.4](https://github.com/awslabs/aws-mobile-appsync-sdk-android/compare/release_v3.1.3...release_v3.1.4)
211

312
## [Release 3.1.3](https://github.com/awslabs/aws-mobile-appsync-sdk-android/releases/tag/release_v3.1.3)
413

@@ -345,3 +354,4 @@ Note: gradle version 0 and 1 are note supported.
345354
* Initial release with support for Cognito UserPools, Cognito Identity, and API key based authentication.
346355
* Optimistic updates allow the cache to be updated before a server response is received (i.e. slow network or offline)
347356
* Offline mutation allows mutations to be queued while client is offline until online again.
357+

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
dependencies {
1313
classpath 'com.android.tools.build:gradle:3.5.3'
1414
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
15-
classpath "com.amazonaws:aws-android-sdk-appsync-gradle-plugin:$VERSION_NAME"
15+
classpath "com.amazonaws:aws-android-sdk-appsync-gradle-plugin:3.1.3"
1616
}
1717
}
1818

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ org.gradle.jvmargs=-Xmx1536m
1313
org.gradle.parallel=true
1414

1515
GROUP=com.amazonaws
16-
VERSION_NAME=3.1.3
16+
VERSION_NAME=3.1.4
1717
AWS_CORE_SDK_VERSION=2.22.1
1818

1919
POM_URL=https://github.com/awslabs/aws-mobile-appsync-sdk-android

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include ':app'
1+
// include ':app'
22
include ':aws-android-sdk-appsync'
33
include ':aws-android-sdk-appsync-api'
44
include ':aws-android-sdk-appsync-compiler'

0 commit comments

Comments
 (0)