diff --git a/OneToOne/build.gradle b/OneToOne/build.gradle index 5926a2adf..b05736f60 100644 --- a/OneToOne/build.gradle +++ b/OneToOne/build.gradle @@ -6,6 +6,12 @@ apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' android { + lintOptions { + checkReleaseBuilds false + // Or, if you prefer, you can continue to check for errors in release builds, + // but continue the build even when errors are found: + abortOnError false + } compileSdkVersion rootProject.ext.android.compileSdkVersion buildToolsVersion rootProject.ext.android.buildToolsVersion