Skip to content

Commit

Permalink
chore: fix version range
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Aug 16, 2023
1 parent d17b897 commit bb2830d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ project.ext {

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

Expand Down

0 comments on commit bb2830d

Please sign in to comment.