My app at Play Store does not have any localizations other than the default: English (United States). This time I created a new apk to update it. And it uses android-support-v7-appcompat library. So when I uploaded the new apk and in the apk details it says 'added 72 new localizations'. These are coming from the values folders in android-support-v7-appcompat (values-af, values-am,...etc).
Is this okay or if not, how do I remove the localizations? My app has just one values folder and I do not want to add localizations.