I'm trying to integrate a new Android Studio Ladybug (2024.2.2) project with glob 3mobile following the instructions at https://github.com/glob3mobile/g3m/wiki/Hello-World-Android-Studio
I've added the modules G3MSharedSDK and G3MSharedSDK, but when I try to compile the project I get the following error:
Caused by: org.gradle.internal.resolve.ModuleVersionResolveException: Could not resolve gradle:gradle:8.10.2.
How can I solve this? Thanks.