android {
    productFlavors {
        "nativescriptcalendarweekview" {
            dimension "nativescriptcalendarweekview"
        }
    }
}

dependencies {
     compile "com.github.alamkanak:android-week-view:1.2.6"
}