3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-12 10:15:52 +00:00
altcoinj/build.gradle
2018-05-01 16:49:30 +02:00

18 lines
242 B
Groovy

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.4'
}
}
allprojects {
repositories {
jcenter()
}
group = 'org.bitcoinj'
}