3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-12 18:25:51 +00:00
altcoinj/build.gradle

18 lines
242 B
Groovy
Raw Normal View History

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