AWS Mobile SDK for Android v2.6.27
Bug Fixes
- Fixed bug in subscribe call that was setting the QoS to be 0. It is now correctly set to QoS 1. See issue #54
- Fixed bug that was causing a ConcurrentModificationException in the logic to handle connection loss. See PR #41 and issue #53
- Fixed null pointer exception in the AppSyncOfflineMutationInterceptor. See issue #51