This repository has been archived on 2019-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
ensichat/build.gradle

19 lines
342 B
Groovy
Raw Normal View History

apply plugin: 'com.github.ben-manes.versions'
2014-10-03 09:55:35 +00:00
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.1'
2016-09-19 07:48:51 +00:00
classpath 'com.github.ben-manes:gradle-versions-plugin:0.13.0'
2014-10-03 09:55:35 +00:00
}
}
allprojects {
repositories {
jcenter()
mavenCentral()
2014-10-03 09:55:35 +00:00
}
}