I can't use this
Google Console says
I don't even know what is the Version number? I just removed it from manifest and it uploaded ok. I am using FileProvider and hopefully no issues.
AddManifestText(<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="18" />
)
Google Console says
Upload failed
Duplicate declarations of permission android.permission.WRITE_EXTERNAL_STORAGE with different maxSdkVersions.
I don't even know what is the Version number? I just removed it from manifest and it uploaded ok. I am using FileProvider and hopefully no issues.