1
0
mirror of https://github.com/danog/termux-api.git synced 2024-11-27 04:14:47 +01:00
termux-api/build.gradle
Fredrik Fornwall 1f2e562ac7 Initial push
The project was just converted from Eclipse to Android Studio, so
there may be some glitches.
2015-07-26 02:23:21 +02:00

16 lines
301 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.3'
}
}
allprojects {
repositories {
jcenter()
}
}