Gradle issue during compile android application - auth0 implementation #150232
Replies: 2 comments 1 reply
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Hi there, It looks like you're encountering an issue with Gradle version compatibility while trying to implement Auth0 in your Flutter app. Gradle version mismatches often occur when different components require different versions of Gradle, Kotlin, or Android Studio. Here are a few things you can try to resolve the issue:
If you're still facing issues, you may want to check with the Auth0 support community or Gradle forums, as this could be a compatibility issue between specific versions of tools you're using. Let us know if you need more assistance! |
Beta Was this translation helpful? Give feedback.
-
Body
I try to implement auth0 to my android application (flutter / dart), however when I try to do it everytime I have an error about gradle version. When I have 8.3 then error is about update to 8.- when I have 8.5 then it’s about 8.7 → 8.9 etc… I have correct version according to https://docs.gradle.org/current/userguide/compatibility.html
*SDK: 20 *Gradle: 8.3 *Kotlin: 1.9.0 *Android Studio: Ladybug *Android SDK (Android studio): ANdroid 15.0 VanillaIceCream - API 35 *SDK tools: Android SDK build-tools 36-rc4, Android SDK COmmand-line tools, Android *Emulator, Android emulator hypervisor driver and Android SDK Platform- Tools *IDE: Visual Studio Code
I tried also use SDK 21, Gradle 8.5 and Kotlin 1.9.20 - unfortuantely without results. I downloaded sample application from auth0 apge and some projects from github - can’t run no one of them (I mean about emulator because run from chrome works correctly).
I created few new projects, downloaded sample app from auth0 and some projects from github
I also tried to follow https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply
Of course I used flutter clean, pub get, ./gradlew clean build
I would appreciate any support from your side. Please also remember that I am new in the world (android, kotlin, gradle, flutter and dart :)
Github with gradle files, error jpgs etc: https://github.com/kadzielas/issues
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions