lightning-i2p/build.gradle

16 lines
301 B
Groovy
Raw Normal View History

2015-05-02 12:40:40 -04:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
2015-05-10 16:35:21 -04:00
classpath 'com.android.tools.build:gradle:1.2.3'
2015-05-02 12:40:40 -04:00
}
}
allprojects {
repositories {
jcenter()
}
}