Minimum SDK problem

There is no Minimum SDK level for android 11(API 30) and android 12 beta (API 31). :thinking: And some apps already require the android 11 min sdk

Till Kodular updates SDK try

1 Like

are you talking about the target SDK?
usually you like to distribute your app to as much devices as possible…

Taifun

yes we need an update with minimum sdk version with 30

Are you going to create an app that will only run on Android 11 and you need this option ?

You could make a blank extension and declare androidMinSdk = 30 in the DesignerComponent annotation.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.