aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/keychain-api-library/build.gradle
blob: 5436ecd0a9e29582293194faa13aa248d50429e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
apply plugin: 'android-library'


android {
    compileSdkVersion 19
    buildToolsVersion '19.0.1'
    
    // Do not abort build if lint finds errors
    lintOptions {
        abortOnError false
    }
}