Skip to content

Commit

Permalink
RN-0.73 change Android configs for RN 0.73 compatibility (#782)
Browse files Browse the repository at this point in the history
* RN-0.73 change Android configs for RN 0.73 compatibility

* add namespace back to AndroidManifest
  • Loading branch information
FelipeSSantos1 authored Jun 24, 2023
1 parent c4b3138 commit c037cf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ if (isNewArchitectureEnabled()) {
}

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

0 comments on commit c037cf1

Please sign in to comment.