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
?
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
?
Current min is 4 current target is 5, 14 requires target 6, guess i can start there.
The question was about enforced minimums throughout versions, i guess only 14 has that requirement.