From 0435b0467631babfef0418692913ba74674a7c89 Mon Sep 17 00:00:00 2001 From: WrBug Date: Fri, 13 Sep 2024 23:49:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20lint=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/common.gradle b/common.gradle index e9fb426..a84c948 100644 --- a/common.gradle +++ b/common.gradle @@ -11,7 +11,6 @@ android { abortOnError true disable 'UnusedResources' ignoreWarnings true - baseline file("lint-baseline.xml") } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8