Skip to content

Commit

Permalink
chore(build.gradle): improve format
Browse files Browse the repository at this point in the history
Co-authored-by: Navaron Bracke <[email protected]>
  • Loading branch information
jonasbadstuebner and navaronbracke authored Nov 3, 2023
1 parent 98515a7 commit 0a722f6
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"
}

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

0 comments on commit 0a722f6

Please sign in to comment.