Tigase Messenger is outdated
Currently https://gitlab.com/fdroid/fdroiddata/blob/master/metadata/org.tigase.messenger.phone.pro.txt points to ancient version (1.6). Current version is 3.0.7. I asked dev to add missing tags (afair one of the problems for builds) but I'm not sure how exactly modify the file.
URLs (domain) changed from https://projects.tigase.org/projects/tigase-mobilemessenger to https://tigase.tech/projects/tigase-mobilemessenger
Repository URL from https://repository.tigase.org/git/tigase-mobilemessenger.git to https://git.tigase.tech/tigase-mobilemessenger.git (there is working redirect but to keep it clean)
And Project structure also changed a bit. Currently metadata is configured like that:
Build:1.6,15
commit=1.6
subdir=mobile-phone-pro
maven=yes
scanignore=mobile-core/res/raw/trust_store_bks
Should new one be something like:
Build:3.0.7,70
commit=3.0.7
gradle=yes
scanignore=./app/src/main/res/raw/trust_store_bks
Not sure about maven (now it uses gradle so I added gradle=ye) and scanignore
Does it look ok and should I submit PR with those changes?