From 7aa9ee10545ef8a0ac55a0d9f72d44d09bd55518 Mon Sep 17 00:00:00 2001 From: zzy Date: Tue, 6 May 2025 21:00:26 +0800 Subject: [PATCH] [local_auth_android]:chore: enable AndroidX support --- .../local_auth_android/android/gradle.properties | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/local_auth/local_auth_android/android/gradle.properties diff --git a/packages/local_auth/local_auth_android/android/gradle.properties b/packages/local_auth/local_auth_android/android/gradle.properties new file mode 100644 index 000000000000..a1906d37125f --- /dev/null +++ b/packages/local_auth/local_auth_android/android/gradle.properties @@ -0,0 +1,16 @@ +android.enableJetifier=true +android.useAndroidX=true + +## For more details on how to configure your build environment visit +# http://www.gradle.org/docs/current/userguide/build_environment.html +# +# Specifies the JVM arguments used for the daemon process. +# The setting is particularly useful for tweaking memory settings. +# Default value: -Xmx1024m -XX:MaxPermSize=256m +# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 +# +# When configured, Gradle will run in incubating parallel mode. +# This option should only be used with decoupled projects. For more details, visit +# https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects +# org.gradle.parallel=true +#Tue May 06 20:43:31 CST 2025