This repository was archived by the owner on Jan 5, 2021. It is now read-only.

Description
When installing this plugin using tns plugin add nativescript-estimote-sdk, the following section is missing from include.gradle:
android {
productFlavors {
"nativescript-estimote-sdk" {
dimension "nativescript-estimote-sdk"
}
}
}
For some reason this is left out in the latest release.