From 515912b40ad05bff69991c72a198edb122e6b256 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 11 Jun 2024 11:12:25 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E8=B0=83=E6=95=B4jvm=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=88=E8=A7=A3=E5=86=B3butterknife=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E6=89=93=E5=8C=85=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 23e253f9f..324a61c4f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,8 +6,11 @@ # 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. -org.gradle.jvmargs=-Xmx4096m -XX:MaxPermSize=2048m org.gradle.daemon=true +org.gradle.jvmargs=-Xmx4096m \ +--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \ +--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED \ +--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects @@ -28,6 +31,6 @@ COMPILE_SDK_VERSION=32 MIN_SDK_VERSION=21 TARGET_SDK_VERSION=32 -version_name=2.1.4 -version_code=2104 +version_name=2.1.6 +version_code=2106 minify_enabled=false \ No newline at end of file