Skip to content

Commit

Permalink
feat(android): update build.gradle w/ namespace (#689)
Browse files Browse the repository at this point in the history
* Update build.gradle

* fix typo in build.gradle
  • Loading branch information
1nspir3d authored Dec 6, 2023
1 parent df7ffe2 commit c35d621
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ if (isNewArchitectureEnabled()) {


android {
def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
if (agpVersion.tokenize('.')[0].toInteger() >= 7) {
namespace "com.reactnativedocumentpicker"
}
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')

// Used to override the NDK path/version on internal CI or by allowing
Expand Down

0 comments on commit c35d621

Please sign in to comment.