barsoosayque / libgdx-oboe

🎶 libGDX audio replacement for Android (API 16+) built on top of Oboe.
MIT License
54 stars 10 forks source link

Compiled AAR lib #20

Open prygunov opened 1 year ago

prygunov commented 1 year ago

I just want to place somewhere the compiled AAR library and can not find place better than this. It's build at 08.07.2023 (version 0.2.4?). Author, it's useful to add such files to releases.

If you want to include libgdx-oboe to your project you need to move aar file to libs directory inside your app module and then make sure that build.gradle contains: implementation fileTree(dir: "libs", include: ["*.aar"])

libgdx-oboe.zip