-
Notifications
You must be signed in to change notification settings - Fork 129
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
Android Jitpack builds failing #152
Comments
Jitpack has been deprecated from 0.7.0+ because it requires a deprecated gradle plugin (see #128). Please remove the |
@ericwlange Apologies for sounding dumb, but where do I find the What I have tried is to remove |
Remove everything related to JitPack: both Jitpack is no longer supported with LiquidCore. Instead, follow the installation instructions on either the main README if you are using Node.js functionality or the updated README for just using the JavaScript engine. From now on (or until I find a better way), distribution is happening through |
Thank you, that cleared it up. I also had to add the following to the top-level
and this to the module's
to get the Gradle Download Task dependency working. |
@kaneelyster Interesting -- I haven't needed to do that. Let me investigate. Thanks! Glad you got it working. |
Refer to https://jitpack.io/#LiquidPlayer/LiquidCore
From 0.70 onward the Android Jitpack builds are failing, causing gradle sync failures when trying to use 0.7.0+ in my project.
The alternative of using
% npm i -g liquidcore-cli
yields the same gradle sync failures.The text was updated successfully, but these errors were encountered: