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 Compatibility Matrix
*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 Deprecated imperative apply of Flutter's Gradle plugins | Flutter
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: GitHub - kadzielas/issues: The repository is to share my issues with people on forums