The manifest minSdkVersion has been increased to 21 (Android 5.0) in version 1.82 and later of DroidScript.
The main effects of this are described below.
If you are developing on a KitKat or older device, you will not be able to update to the latest version of DroidScript from Google Play Store but the latest release will be available from
http://androidscript.org/apk/
If you install it on older versions of Android there is no guarantee that everything will work as expected.
Assuming your development device uses Android 5.0 (Lollipop) or later, any APKs built will, by default, be downloadable from Google Play on devices running on Lollipop or later but you can lower or raise the minSdkVersion using a build.json file to target older devices if you wish.
If you lower the minSdkVersion you must test your app on any old versions you are permitting.
Of course it has always been good practice to test on all versions of Android you are targeting before releasing your app anyway.
The background to this is that versions of Android older than 5.0 have ageing versions of JavaScript V8 that remain stuck in the past.
From 5.0 onward, V8 is regularly updated and we can reasonably assume up-to-date JavaScript will be available and consistent.
This change takes us over the hump from one to the other and there are no plans to increase the minSdkVersion again in the immediate or foreseeable future.