Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich authored Jun 22, 2023
1 parent 0624f94 commit 267921c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ if (isNewArchitectureEnabled()) {
}

android {
compileSdkVersion safeExtGet('compileSdkVersion', 31)

// Conditional for compatibility with AGP <4.2.
if (project.android.hasProperty("namespace")) {
namespace = "io.sentry.react"
}
compileSdkVersion safeExtGet('compileSdkVersion', 31)

defaultConfig {
minSdkVersion safeExtGet('minSdkVersion', 21)
Expand Down

0 comments on commit 267921c

Please sign in to comment.