Skip to content

Commit

Permalink
chore: add namespace to build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Aug 16, 2023
1 parent cea94fd commit 90b855c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ project.ext {
}

android {
def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
if (agpVersion.tokenize('.')[0].toInteger() >= 7) {
namespace "com.sendbird.calls.reactnative"
}

defaultConfig {
sourceSets {
main {
Expand Down

0 comments on commit 90b855c

Please sign in to comment.