google / cordova-plugin-browsertab

A Cordova plugin that provides an interface to in-app browser tabs that exist on some mobile platforms, such as SFSafariViewController on iOS and CustomTabs on Android.
Apache License 2.0
117 stars 147 forks source link

Android SDK Version Override #7

Closed bayssmekanique closed 7 years ago

bayssmekanique commented 7 years ago

This plugin is overriding the user defined minSdkVersion in the AndroidManifest.xml file. This causes issues when the minSdkVersion needs to be higher than 16.

This has been a problem with other packages and has been solved using gradle files: https://github.com/phonegap/phonegap-plugin-barcodescanner/issues/233