Files
loongoffice/android/experimental/LOAndroid/build.gradle
Tomaž Vajngerl 8339f8abc5 Initial commit of Android Viewer project
Project was created with Android Studio. Currently includes the
base of Fennec's LayerView and dependencies.

Change-Id: I5c3ae253d153f659eb92bd0ca17ef95372b71b23
2014-06-30 14:48:01 +02:00

17 lines
312 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.9.+'
}
}
allprojects {
repositories {
mavenCentral()
}
}