office-gobmx/android/source/gradle.properties
Michael Weghorn 6e24713c8c android: Drop 'android.enableJetifier=true'
From the Android Gradle Plugin 7.2.0 release notes [1]:

> Jetifier warning and check in Build Analyzer Build Analyzer now displays
> a warning if your project's gradle.properties file includes
> android.enableJetifier=true. This flag was introduced in a previous
> version of Android Studio to enable AndroidX for libraries that don't
> support AndroidX natively. However, the library ecosystem has mostly
> moved to support AndroidX natively and the Jetifier flag is probably no
> longer needed by your project. Additionally, the flag can lead to slower
> build performance. If you see this warning, you can run a check within
> Build Analyzer to confirm if the flag can be removed.

Android Viewer has no dependencides requiring Android Support Libraries,
so drop the `android.enableJetifier=true` flag.

[1] https://developer.android.com/studio/releases/gradle-plugin?buildsystem=ndk-build#jetifier-build-analyzer

Change-Id: I6943b2e82e5b226286be288f9ed30944c541eb1c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134673
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2022-05-21 09:18:38 +02:00

2 lines
54 B
INI

android.useAndroidX=true
org.gradle.jvmargs=-Xmx3072m