From ed551a0a1d404a0cbe57482bb29029c18dd05fb8 Mon Sep 17 00:00:00 2001
From: Felipe Santos <10479750+felipemillhouse@users.noreply.github.com>
Date: Mon, 19 Jun 2023 17:21:24 -0600
Subject: [PATCH 1/2] RN-0.73 change Android configs for RN 0.73 compatibility
---
android/build.gradle | 1 +
android/src/main/AndroidManifest.xml | 5 ++---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/android/build.gradle b/android/build.gradle
index 2f2fcd3..d3bec20 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -5,6 +5,7 @@ def safeExtGet(name, fallback) {
apply plugin: "com.android.library"
android {
+ namespace = "io.split.rnsplit"
compileSdkVersion safeExtGet("compileSdkVersion", 28)
defaultConfig {
diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml
index e7854c8..9a40236 100644
--- a/android/src/main/AndroidManifest.xml
+++ b/android/src/main/AndroidManifest.xml
@@ -1,4 +1,3 @@
-
-
\ No newline at end of file
+
+
From 0a62919c84b3138333dd9dab050749ae04d99133 Mon Sep 17 00:00:00 2001
From: Felipe Santos <10479750+felipemillhouse@users.noreply.github.com>
Date: Tue, 20 Jun 2023 10:08:57 -0600
Subject: [PATCH 2/2] RN-0.73 add pachage back on AndroidManifest for previous
compatibility
---
android/src/main/AndroidManifest.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml
index 9a40236..c00e061 100644
--- a/android/src/main/AndroidManifest.xml
+++ b/android/src/main/AndroidManifest.xml
@@ -1,3 +1,4 @@
-
+