Flowit-Game / Flowit

Minimalistic puzzle game
GNU General Public License v3.0
77 stars 7 forks source link

F-Droid build failed #28

Closed linsui closed 1 year ago

linsui commented 1 year ago

https://monitor.f-droid.org/builds/log/com.bytehamster.flowitgame/304#site-footer

FAILURE: Build failed with an exception.

* Where:
Build file '/home/vagrant/build/com.bytehamster.flowitgame/app/build.gradle' line: 61

* What went wrong:
Execution failed for task ':app:compressLevelFile'.
> java.io.FileNotFoundException: /home/vagrant/build/com.bytehamster.flowitgame/app/src/main/assets/levelsEasy.xml (No such file or directory)

Could you please take a look? Thanks!

ByteHamster commented 1 year ago

The repo needs to be cloned with submodules

linsui commented 1 year ago

Thanks!