F-Droid build failed
There is a binary file at app/src/main/assets/models/Avocado.bin. What is it? How is it generated? Thanks!
Hi @linsui Avocado.bin contains the 3d model data. bin gltf glb are all file extensions related to open source gltf 3d format
Then I'll add it to scanignore. Thanks!
thank you @linsui for your information the Avocado files were copied from the khronos public github (public license) https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/Avocado/glTF
regards
The build failed with another error. See https://gitlab.com/linsui/fdroiddata/-/jobs/3130816693. Could you please take a look? Thanks!
Hello @linsui In the stacktrace I see 1 error about dex 64k limit I had the same issue locally and I put multiDexEnabled in the app so it should work for you as well However, I think I missed something https://developer.android.com/studio/build/multidex
Let me check that and come back to you