From 2923deee7c61050585adf05be53df05ebe6be25b Mon Sep 17 00:00:00 2001 From: Mason Le <43195241+MasonLe2497@users.noreply.github.com> Date: Tue, 20 Jun 2023 08:52:13 +0700 Subject: [PATCH] =?UTF-8?q?feat(android):=20=F0=9F=8C=9F=20add=20support?= =?UTF-8?q?=20for=20React=20Native=200.73=20(#195)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle | 2 +- android/src/main/AndroidManifest.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index e424f12..515d164 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -19,7 +19,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion safeExtGet('compileSdkVersion', 28) - + namespace = "org.reactnative.maskedview" defaultConfig { minSdkVersion safeExtGet('minSdkVersion', 16) targetSdkVersion safeExtGet('targetSdkVersion', 28) diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 8e9ce44..a2f47b6 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -1,2 +1,2 @@ - +