From 07f7a28d0a1823ed624404abc05f697277f9f981 Mon Sep 17 00:00:00 2001 From: 18401019693 Date: Tue, 24 Oct 2023 17:04:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E9=85=8D=E7=BD=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OneToOne/build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) 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