After I update my project to Unity 2020, I got following error message when building APK. The min sdk version cannot be specified in the AndroidManifest.xml file. You have to remove it.
I located uses-sdk android:minSdkVersion property in the plug-in AndroidManifest.xml and I can build again after I removed this property. But I would like to know is there a proper way to specify the minimum required SDK version for plug-in after Unity 2020? I tried adding: