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:
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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user