Skip to content

Commit c037cf1

Browse files
RN-0.73 change Android configs for RN 0.73 compatibility (#782)
* RN-0.73 change Android configs for RN 0.73 compatibility * add namespace back to AndroidManifest
1 parent c4b3138 commit c037cf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ if (isNewArchitectureEnabled()) {
5959
}
6060

6161
android {
62+
namespace = "com.zoontek.rnpermissions"
6263
// Used to override the NDK path/version on internal CI or by allowing
6364
// users to customize the NDK path/version from their root project (e.g. for M1 support)
6465
if (rootProject.hasProperty("ndkPath")) {

0 commit comments

Comments
 (0)