This change fixes a problem if both master and a branch added the same symbol with different version numbers. This causes a merge conflict which previously caused the API checks to output an error. However, if the version number in the .symbols file got updated since the base then it's no error which this change implements.
Also move API verification functions to separate file.
This change fixes a problem if both
master
and a branch added the same symbol with different version numbers. This causes a merge conflict which previously caused the API checks to output an error. However, if the version number in the .symbols file got updated since the base then it's no error which this change implements.Also move API verification functions to separate file.
@keymanapp-test-bot skip