Skip to content

Added P9 puzzle game

username-removed-72857 requested to merge tube42/fdroiddata:master into master

build works but fdroid scanner fails due to binary file? (see log below)

The binary file is a list of English language words (and its not really binary, its a list of zero-terminated ASCII words). I couldn't find a way to fix this in the metadata, I assume it mist be manually overridden by fdroid folks?

clean:
[getlibpath] Library dependencies:
[getlibpath] No Libraries
   [subant] No sub-builds to iterate on

BUILD SUCCESSFUL
Total time: 0 seconds
INFO: Scanning source for common problems...
ERROR: Found binary at assets/dict/en.bin
ERROR: Could not build app se.tube42.p9.android: Can't build due to 1 errors while scanning
INFO: Finished.

Merge request reports