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

🔥 Removing `minSdkVersion` to `build.gradle` #44

Closed ricardoapaes closed 2 years ago

ricardoapaes commented 2 years ago

When compiled using Cordova v11.0.0 and cordova-android v10.1.2 the following error occurs:

Could not get unknown property 'cdvMinSdkVersion' for project ':app' of type org.gradle.api.Project.

Removing the lines below the problem solves the above error.

I don't know if it's the best solution, but it seems to work for me.

google-cla[bot] commented 2 years ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.