ethereumj-personal/build.gradle
Adrian Tiberius e46c7b59db Cleaning:
- cleaned test app;
- moved android specific code to its own library (ethereum-core-android);
- moved ethereum-core from android library build back to java build;
2015-05-30 00:42:03 +02:00

10 lines
281 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
allprojects {
repositories {
maven {
url "https://oss.sonatype.org/content/repositories/snapshots"
}
jcenter()
mavenCentral()
}
}