-
Notifications
You must be signed in to change notification settings - Fork 159
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
Issue was found when checking AAR metadata #650
Comments
Eh..... also to me, I guess it happens to anbody, because the library is compiled with minsdk lower than 26....... Any workoround with this that doesn't involve enabling desugaring??? |
also to me, Dependency 'dev.gitlive:firebase-config-android-debug:2.1.0' requires core library desugaring to be enabled |
good news i have resolved the issue
|
You can solve with that but by documentation it wouldn't be necessary - https://github.com/GitLiveApp/firebase-kotlin-sdk?tab=readme-ov-file#running-on-android |
1- Yes, the solution is easy @rufan-nativesol , the point of my post was them figuring out that it doesn't make sens 2- @nusilveira it's not needed(tricky) if you use API >26 but in the whooole project, wich includes dependencies..... And THEY have in their library API 24..... XDDDD So of course you'll need it, that part of their documentation it's confusing and useless, it leads you to think you're the wrong one but it's them using a freaking old SDK in their library |
Hey I also found this issue on my project with a minSdk of 30 on 2.1.0 version. |
Same error here, using: |
I'm getting this error when running assembleDebug even if the minSdk is 30 - https://github.com/GitLiveApp/firebase-kotlin-sdk?tab=readme-ov-file#running-on-android
The text was updated successfully, but these errors were encountered: