minSdkVersion - compileSdkVersion - targetSdkVersion

https://hocdelamduocviec.blogspot.com/2021/09/minsdkversion-compilesdkversion.html
For reference:
- https://www.dummies.com/web-design-development/mobile-apps/the-compile-sdk-minimum-sdk-and-target-sdk-versions/
- https://www.youtube.com/watch?v=JEAUTGYmz2s
Summary:
- minSdkVersion
- compileSdkVersion
- targetSdkVersion
- If you don’t update the targetSdkVersion, Android devices will assume that your app wasn’t tested on the latest version of Android, so they may introduce some backward-compatibility behavior for your app to make sure your app still looks and feels the way you designed it for that older version of Android.