Files
arcanechat-android/build.gradle
T
Dr. Tobias Quathamer e4fc9502fe Update gradle
2017-04-20 12:26:37 +02:00

11 lines
264 B
Groovy

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