AWS Mobile SDK for Android v2.7.10
Bug Fixes
- Fixed a bug that cause
NullPointerException
in theApolloServerInterceptor
. See PR #146 Thanks @alanvan0502 ! - Sanitized useragent string of unicode characters that caused requests to fail. The unicode characters in this case came from the platform name (TM) symbol. See PR #146 Thanks @alanvan0502 !
Misc. Updates
AWSAppSync
now depends onAWSCore
version2.13.2
instead of2.13.0
.