Skip to content

Commit

Permalink
fix(react-native): Update namespaces to be unique (#12510)
Browse files Browse the repository at this point in the history
  • Loading branch information
cshfang authored Nov 3, 2023
1 parent 2432d39 commit e1d88c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/react-native/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def getExtOrIntegerDefault(name) {

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

compileSdkVersion getExtOrIntegerDefault("compileSdkVersion")
Expand Down
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.rtnpushnotification'
}

compileSdkVersion getExtOrDefault('compileSdkVersion')
Expand Down
2 changes: 1 addition & 1 deletion packages/rtn-web-browser/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def getExtOrDefault(prop) {

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

compileSdkVersion getExtOrDefault('compileSdkVersion')
Expand Down

0 comments on commit e1d88c2

Please sign in to comment.