lightning-i2p/build.gradle

17 lines
368 B
Groovy
Raw Normal View History

2015-05-02 16:40:40 +00:00
// 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.3.1'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.7'
2015-05-02 16:40:40 +00:00
}
}
allprojects {
repositories {
jcenter()
}
}