• Mihies@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    Your app should target the latest SDK, i.e. Android 14 requires 34, not 23 (did you mean minSdkVersion perhaps)? I don’t think there are restrictions on minSdkVersion. Basically, quickly after a new Android OS is released, you need to target it.

      • Mihies@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        2 months ago

        Now, I’m confused even more. Android 4? Did you mean 14? TargetSdk doesn’t mean you support only that OS version, but that your app is built for that version. You can support whatever older versions you wish, there are no constraints.

        • 0x0@programming.devOP
          link
          fedilink
          arrow-up
          1
          ·
          2 months ago

          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.