Cocos2dxDownloader.nativeOnProgress - crash on different android versions

Hello there,
I’m using 3.17.2 version of Cocos2dx engine.
When app is in background and download is started I’m getting this bug report in Firebase.

Fatal Exception: java.lang.UnsatisfiedLinkError

No implementation found for void org.cocos2dx.lib.Cocos2dxDownloader.nativeOnProgress(int, int, long, long, long) (tried Java_org_cocos2dx_lib_Cocos2dxDownloader_nativeOnProgress and Java_org_cocos2dx_lib_Cocos2dxDownloader_nativeOnProgress__IIJJJ)

Any help is appreciated.
Thanks!