aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
blob: 43a0798ac8745a74dd0a2868c0af65229307c106 (plain)
1
2
3
4
5
6
7
// Add your dependencies here

dependencies {
    compile("com.github.GTNewHorizons:GT5-Unofficial:5.09.40.20:dev")

    compile("com.opencsv:opencsv:4.0")
}