I have been using WebView.setPluginsEnabled() and targetSdkVersion 17 in my app(already in playstore). Now, I am about to release it's updated version with some new features. I have set the targetSdkVersion 19 but I have compiled it successfully with android build target 4.2.2. I have verified on various versions and the build runs fine. Is there any case or concern in releasing this build ?
I have already referred the following link: setPluginsEnabled not exist for WebView