mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-02-05 16:43:25 +00:00
e46c7b59db
- 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;
10 lines
281 B
Groovy
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()
|
|
}
|
|
} |