wg/scrypt

Android publishing issue with native platforms.

erasmospunk opened this issue · 1 comments

Hi all,

I added the libscrypt.so to my Android application and when uploading a newer version to the Play Store, I get 0 (zero) supported devices.

Supported Android devices: 0 devices (6896 removed)
Native platforms: arm5, x86_64 

The it seems that it understands that there are native libraries but for some reason the PlayStore shows the APK as incompatible.

When I try with my Nexus, it works just fine.

Here are the sources for reference https://github.com/Coinomi/coinomi-android

Thanks

fixed with pull request #25