From 558fc0a1829135e5b6a106e915c000ec3389bdfd Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Fri, 5 May 2023 23:09:22 +0800 Subject: [PATCH] remove "enableR8" attribute in gradle.properties --- android/gradle.properties | 1 - example/android/gradle.properties | 1 - 2 files changed, 2 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index 38c8d45..94adc3a 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,4 +1,3 @@ org.gradle.jvmargs=-Xmx1536M -android.enableR8=true android.useAndroidX=true android.enableJetifier=true diff --git a/example/android/gradle.properties b/example/android/gradle.properties index 38c8d45..94adc3a 100644 --- a/example/android/gradle.properties +++ b/example/android/gradle.properties @@ -1,4 +1,3 @@ org.gradle.jvmargs=-Xmx1536M -android.enableR8=true android.useAndroidX=true android.enableJetifier=true