Restructuring for new API library
This commit is contained in:
12
libraries/keychain-api-library/build.gradle
Normal file
12
libraries/keychain-api-library/build.gradle
Normal file
@@ -0,0 +1,12 @@
|
||||
apply plugin: 'android-library'
|
||||
|
||||
|
||||
android {
|
||||
compileSdkVersion 19
|
||||
buildToolsVersion '19.0.1'
|
||||
|
||||
// Do not abort build if lint finds errors
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user