Online Subsystem GooglePlay plugin causes crash on Andoid Armv7

Use of storeV2 in Android platform which requires Online Subsystem GooglePlay plugin causes crash on Android Armv7 while it works fine when targeting Arm64.

Error: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x77
Cause: null pointer dereference

Specifically after searching for the crash cause pinpointed the function that causes the crash in GooglePlayStoreHelper.java file in “QueryInAppPurchases” (line 138)function when calling native function “nativeQueryComplete” (line 233). (plugin can be found under engine directory/plugins/online/Android/OnlineSubsystemGooglePlay/…)

Any assistance on resolving this or on how to find the implementation of the native function (failed to to find it in *.h files included in the plugin) would highly appreciated.

PS: I am fairly new in developing with Unreal Engine so please point any other required info that I ve failed to add.