auth0-samples / auth0-android-sample

Auth0 Integration Samples for Android Applications
https://auth0.com/docs/quickstart/native/android
MIT License
77 stars 141 forks source link

Update Android Gradle Plugin #93

Closed jimmyjames closed 4 years ago

jimmyjames commented 4 years ago

Fixes #90 and #92

Auth0.Android version 1.26.0 introduced the queries element to the Android manifest file, which requires an update to the Android Gradle Plugin, as documented in the 1.26.0 Release Notes.

This changes bumps the Android Gradle Plugin to version 3.5.4 to address this, as documented in the Android announcement blog post.