I only want my app to work with Android version 11 and above. How can I specific this?
Here is a small extension that declares minSdkVersion=30 (Android 11) in the Manifest.
Summary

2 Likes
I only want my app to work with Android version 11 and above. How can I specific this?
Here is a small extension that declares minSdkVersion=30 (Android 11) in the Manifest.
