gradle file of lib removed

This commit is contained in:
Gavriil Sitnikov 2016-02-26 05:24:46 +03:00
parent 7020bcfe74
commit 6a73a364ea
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
}
}
allprojects {
group = 'com.soundcloud.android'
version = project.VERSION
repositories {
mavenCentral()
}
}