-
-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Description
Currently applications can be build for Android with SDK 22 or above. However, with latest changes in tns-core-modules, applications cannot be build with SDK lower than 28. The problem is that the we've set min version of Android Support Library to be 28, which cannot be build with anything less than SDK 28. Trying to build such app with SDK 27 for example leads to error for missing resources.
So we need to set min required SDK for building to be 28.
Related issue: NativeScript/NativeScript#6331