Open IzzySoft opened 4 days ago
quick fix:
mv app/src/noFcm app/src/nofcm
I'm windows user and that OS use file names as case-insensitive. maybe fix on repo at next week. (this week I have holiday.)
Ah dang… yes, Windows does not care about case sensitivity but Linux & Co do… Let me try that. And if it works out add a note to the recipe here to remove that line again should the next build fail due to the naming being fixed (though the error "no such file or directory" should be pretty much self-explaining then).
While the build runs now: Are those JAR files in the _Emoji/emojiConverter/src/lib
directory needed for building the app – or are those artifacts accidentally checked in and could be removed before starting the build? I could of course "try and find out" – but if they are build again in the process anyway, you might wish to keep them out of the source tree.
Meanwhile, the build is through – not only successful, but also RB, congrats :partying_face: So here comes your welcome toot:
Thanks for your help with this! I leave the issue open for your planned fix (and concerning the JARs) – feel free to close then.
I've tried to build the
nofcm
flavor (using./gradlew assembleNofcmRelease
), but the build fails:Any idea what goes wrong there? Thanks in advance for your help!
(for some background: I try to establish Reproducible Builds for your app, see Reproducible Builds, special client support and more at IzzyOnDroid)