-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not resolve com.github.scottyab:rootbeer:0.1.0. #40
Comments
normally jitpack allows to get that dependency directly from github. https://jitpack.io/#scottyab/rootbeer/0.1.0 perhaps there was a temporary issue with jitpack. |
change it to com.scottyab:rootbeer-lib:0.1.0 and it will work |
my flutter configuration is gradle version classpath 'com.android.tools.build:gradle:7.2.2' I'm getting error
|
I tried but not working for me |
For the past few days, I have been unable to build the APK for my application due to the following error:
Could not resolve com.github.scottyab:rootbeer:0.1.0.
Required by:
project :app > project :flutter_jailbreak_detection
I have been using this package for over 8 months without any issues, and the error seems to have appeared out of nowhere. I am currently using the latest version, 1.10.0, but the error also occurs with versions 1.8.0 and 1.9.0. Does anyone know how to resolve this issue? Any help would be greatly appreciated.
Flutter 3.3.10
The text was updated successfully, but these errors were encountered: