chore: update agp options in gradle

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2024-06-09 16:21:35 +02:00
parent daf51790fd
commit c99603bc0e
2 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@
<component name="FrameworkDetectionExcludesConfiguration">
<file type="web" url="file://$PROJECT_DIR$" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" project-jdk-name="jbr-17" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="jbr-17" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">

View File

@ -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 {