From 23f1fb18cc90d8f19b7aeb2a34fd1fd68fafbd66 Mon Sep 17 00:00:00 2001 From: Alok Bhushan Date: Fri, 18 Apr 2025 06:16:29 +0530 Subject: [PATCH] Update build.gradle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I am getting the following message in my build output. [05:52:59]: ▸ > Configure project :reactnativenotifications [05:52:59]: ▸ WARNING: DSL element 'dexOptions' is obsolete and should be removed. [05:52:59]: ▸ It will be removed in version 8.0 of the Android Gradle plugin. [05:52:59]: ▸ Using it has no effect, and the AndroidGradle plugin optimizes dexing automatically. --- lib/android/app/build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/android/app/build.gradle b/lib/android/app/build.gradle index 30bb01cef..473d9ed0e 100644 --- a/lib/android/app/build.gradle +++ b/lib/android/app/build.gradle @@ -62,9 +62,6 @@ android { targetCompatibility JavaVersion.VERSION_1_8 } - dexOptions { - javaMaxHeapSize "4g" - } buildTypes { release { minifyEnabled false