mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-11 16:33:03 +00:00
Added sample_client build.gradle
This commit is contained in:
committed by
David A. Velasco
parent
39b3f376e2
commit
7fd0028cc9
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user