Skip to content

AWS Mobile SDK for Android v2.6.30

Choose a tag to compare

@mutablealligator mutablealligator released this 07 Sep 04:11

Bug Fixes

  • Amazon Cognito Identity Provider

    • Compute and send secret hash when client secret is present for Custom Authentication Flow.
  • AWS Core

    • Fixed a bug where getting a logger using Apache Commons Logging would crash starting Android 9.0 (Pie / API Level 28). See pull #521. Now, Apache Commons Logging would be used if it's being added as a dependency, otherwise android.util.Log will be used.