Skip to content

Commit

Permalink
Merge pull request #1342 from DrBu7cher/master
Browse files Browse the repository at this point in the history
fix(android): build.gradle namespace
  • Loading branch information
miguelpruivo authored Nov 4, 2023
2 parents a797963 + 0a722f6 commit 1c21f11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ android {
implementation "androidx.lifecycle:lifecycle-runtime:2.1.0"
}

namespace 'com.mr.flutter.plugin.filepicker'
if (project.android.hasProperty("namespace")) {
namespace 'com.mr.flutter.plugin.filepicker'
}
}

0 comments on commit 1c21f11

Please sign in to comment.