I have an app that works only in 64 bit configuration. I've put in the following in the abi filters
splits{
abi {
enable true
reset()
include "x86_64", "arm64-v8a"
universalApk true
}
}
But when I uploaded the app for alpha track I saw this :
How do I make sure my app is not available for download for something other than 64 bit device?
