add jitpack to your main build.gradle repositories and BountyHunter to your dependencies with classpath
buildscript {
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.github.GabriellCosta:BountyHunter:$version'
}
}
Change the target branch
tracker {
defaultBranch "master"
}