Files
loongoffice/android/experimental/LOAndroid2/build.gradle
Tomaž Vajngerl 0d55277947 LODroid: cleanup
Change-Id: I3c2b156c6ed5c6a27ac845481150150812eef1ec
2014-07-01 09:11:33 +02:00

17 lines
313 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.+'
}
}
allprojects {
repositories {
mavenCentral()
}
}