Skip to content

Commit

Permalink
Merge pull request #128 from radko93/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen authored Nov 15, 2023
2 parents 7709594 + 1b95c89 commit 937180a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ android {
def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
if (agpVersion.tokenize('.')[0].toInteger() >= 7) {
namespace 'agency.flexible.react.modules.email'
buildFeatures {
buildConfig true
}
}
compileSdkVersion rootProject.ext.compileSdkVersion

Expand Down

0 comments on commit 937180a

Please sign in to comment.