You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"])
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 yourapp
module and then make sure thatbuild.gradle
contains:implementation fileTree(dir: "libs", include: ["*.aar"])
libgdx-oboe.zip
The text was updated successfully, but these errors were encountered: