Skip to content

Commit 0744ba3

Browse files
release: AWS AppSync SDK for Android 3.3.1 (#389)
1 parent e7c4c3c commit 0744ba3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [Release 3.3.1](https://github.com/awslabs/aws-mobile-appsync-sdk-android/releases/tag/release_v3.3.1)
2+
3+
### Miscellaneous
4+
- re-encrypt config file (#384)
5+
- Chore/Adding codeowners to the appsync repo (#388)
6+
- Add checks to prevent re-initialization of the connectivitywatcher and unregistering before registering the same watcher to prevent too many requests to networkcallback registration (#387)
7+
8+
[See all changes between 3.3.0 and 3.3.1](https://github.com/awslabs/aws-mobile-appsync-sdk-android/compare/release_v3.3.0...release_v3.3.1)
9+
110
## [Release 3.3.0](https://github.com/awslabs/aws-mobile-appsync-sdk-android/releases/tag/release_v3.3.0)
211

312
### Features

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.3.0
16+
VERSION_NAME=3.3.1
1717
AWS_CORE_SDK_VERSION=2.22.1
1818

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

0 commit comments

Comments
 (0)