mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-10 11:55:54 +00:00
11 lines
242 B
Groovy
11 lines
242 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
buildscript {
|
|
repositories {
|
|
jcenter()
|
|
}
|
|
dependencies {
|
|
classpath 'com.android.tools.build:gradle:1.2.0'
|
|
}
|
|
}
|