android/source/gradle.properties | 1 - 1 file changed, 1 deletion(-) New commits: commit 6e24713c8cb4d2c1aec8ee647c07c6b03de0063a Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Fri May 20 11:35:49 2022 +0200 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Sat May 21 09:18:38 2022 +0200
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.wegh...@posteo.de> diff --git a/android/source/gradle.properties b/android/source/gradle.properties index 414d53485e7f..fe72551bf894 100644 --- a/android/source/gradle.properties +++ b/android/source/gradle.properties @@ -1,3 +1,2 @@ -android.enableJetifier=true android.useAndroidX=true org.gradle.jvmargs=-Xmx3072m