I am attempting to build an apk for the Amazon AppStore.
The instructions from Amazon requires AndroidX library unobfuscated as you can see here:
https://developer.amazon.com/docs/app-submission/understanding-submission.html#creating_your_apk
Is the AndroidX library is unobfuscated n a Godot Android export?
When uploading the APK to the Amazon AppStore I get "Invalid Input", which superficial web searching points to "versionCode" and "versionName" not being populated, which they are.
I've raised a case with Amazon, but I'd like to check here what the status of AndroidX is.