From 52b76020d02f91c3584748708e8d0385677fd213 Mon Sep 17 00:00:00 2001 From: aryaminus Date: Thu, 27 Nov 2025 16:20:56 -0500 Subject: [PATCH 1/2] fix: remove unnecessary react plugin to avoid duplicate class generation --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 4cf1a80..abe5b2d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -24,7 +24,7 @@ apply plugin: "com.android.library" apply plugin: "kotlin-android" apply from: '../nitrogen/generated/android/cactus+autolinking.gradle' -apply plugin: "com.facebook.react" + def getExtOrIntegerDefault(name) { return rootProject.ext.has(name) ? rootProject.ext.get(name) : (project.properties["Cactus_" + name]).toInteger() From 1758d288dcac5d14cbb305c0522e3b9a7a9a8e31 Mon Sep 17 00:00:00 2001 From: sunim Date: Thu, 27 Nov 2025 16:27:13 -0500 Subject: [PATCH 2/2] Update android/build.gradle Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- android/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index abe5b2d..ef6d6b5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -25,7 +25,6 @@ apply plugin: "kotlin-android" apply from: '../nitrogen/generated/android/cactus+autolinking.gradle' - def getExtOrIntegerDefault(name) { return rootProject.ext.has(name) ? rootProject.ext.get(name) : (project.properties["Cactus_" + name]).toInteger() }