From c99603bc0e8d8d5ee4ac4b15537a61bbf1fa885f Mon Sep 17 00:00:00 2001 From: Infi Date: Sun, 9 Jun 2024 16:21:35 +0200 Subject: [PATCH] chore: update agp options in gradle Signed-off-by: Infi --- .idea/misc.xml | 2 +- app/build.gradle | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 2161c1f5..b36f4a6d 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -13,7 +13,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index a5c1f952..40647cfa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -157,10 +157,6 @@ android { excludes += '/META-INF/{AL2.0,LGPL2.1}' } } - lintOptions { - abortOnError false - disable 'MissingTranslation' - } namespace 'chat.revolt' externalNativeBuild { cmake { @@ -168,6 +164,10 @@ android { version '3.22.1' } } + lint { + abortOnError false + disable 'MissingTranslation' + } } sentry {