chore: update agp options in gradle
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
daf51790fd
commit
c99603bc0e
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue