Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (23 loc) · 527 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 527 Bytes

Download

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'
    }
}

Configuration

Change the target branch

tracker {
    defaultBranch "master"
}