LiquidPlayer / LiquidCore

Node.js virtual machine for Android and iOS
MIT License
1.02k stars 128 forks source link

Where can I download a precompiled .aar file #54

Closed jabba2324 closed 6 years ago

jabba2324 commented 6 years ago

Hi all

I'm looking to bind this into a Xamarin package for an Android project I'm currently working on however Xamarin projects do not leverage gradle or other standard java/android build systems. Is there somewhere to download a compiled .aar of the engine?

ericwlange commented 6 years ago

Sure. I think this will work (direct download from jitpack): https://jitpack.io/com/github/LiquidPlayer/LiquidCore/0.4.6/LiquidCore-0.4.6.aar

jabba2324 commented 6 years ago

Great thanks!