Skip to content

Fix Android packaging

Nicolas Fella requested to merge work/androidapp into master

In the AndroidManifest we specify 'neochat' as the executable

That causes the lib to be used instead of the executable, which breaks things

Shuffle around the names so that the executable is picked

Merge request reports