mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-21 13:23:00 +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 {
|
dependencies {
|
||||||
|
compile fileTree(dir: 'libs', include: '*.jar')
|
||||||
compile project(':')
|
compile project(':')
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -35,7 +36,7 @@ android {
|
|||||||
debug.setRoot('build-types/debug')
|
debug.setRoot('build-types/debug')
|
||||||
release.setRoot('build-types/release')
|
release.setRoot('build-types/release')
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
abortOnError false
|
abortOnError false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user