Skip to content

Commit

Permalink
fix(react-native): Update namespace to be unique (#12511)
Browse files Browse the repository at this point in the history
  • Loading branch information
cshfang authored Nov 6, 2023
1 parent 51e97ea commit 93d463c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rtn-push-notification/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def getExtOrDefault(prop) {

android {
if (agpVersion >= 7) {
namespace 'com.amazonaws.amplify'
namespace 'com.amazonaws.amplify.pushnotification'
}

compileSdkVersion getExtOrDefault('compileSdkVersion')
Expand Down

0 comments on commit 93d463c

Please sign in to comment.