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

dependencies {
    api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.43:dev')
    implementation('com.github.GTNewHorizons:GTplusplus:1.11.19:dev')
    implementation('com.github.GTNewHorizons:GoodGenerator:0.8.4:dev')
}