Is there any table with minimum *sdk requirements?
Is there any table with minimum *sdk requirements?
cross-posted from: https://programming.dev/post/22983650
I know that Android 14 requires
targetSdkVersion
>= 23 (or higher on the Play Store), but are there other minimums for this andminSdkVersion
?