1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-09 17:06:18 +00:00

Added sample_client build.gradle

This commit is contained in:
Jorge Antonio Diaz-Benito Soriano 2014-09-19 12:20:14 +02:00 committed by David A. Velasco
parent 39b3f376e2
commit 7fd0028cc9

View File

@ -5,6 +5,7 @@ repositories {
}
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
compile project(':')
}
@ -35,7 +36,7 @@ android {
debug.setRoot('build-types/debug')
release.setRoot('build-types/release')
}
lintOptions {
abortOnError false
}