libgdx-oboe
libgdx-oboe copied to clipboard
Compiled AAR lib
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"])