apply plugin: 'com.android.application' dependencies { compile 'com.android.support:support-v4:22.2.1' compile project(':openpgp-api') } android { compileSdkVersion 22 buildToolsVersion '21.1.2' defaultConfig { minSdkVersion 9 targetSdkVersion 22 applicationId 'org.openintents.openpgp.example' versionCode 6 versionName '7.0' } // Do not abort build if lint finds errors lintOptions { abortOnError false } }