open-keychain/libraries/keychain-api-library/build.gradle

23 lines
413 B
Groovy
Raw Normal View History

// please leave this here, so this library builds on its own
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.8.0'
}
}
2014-02-09 13:22:14 -05:00
apply plugin: 'android-library'
2014-02-09 13:22:14 -05:00
android {
compileSdkVersion 19
buildToolsVersion '19.0.1'
// Do not abort build if lint finds errors
lintOptions {
abortOnError false
}
}