Skip to content

Commit

Permalink
feat: add namespace to android project (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
Almighty-Alpaca committed May 1, 2023
1 parent 9fbc8c9 commit 33a3735
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 @@ -22,6 +22,10 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
if (project.android.hasProperty("namespace")) {
namespace("net.jonhanson.flutter_native_splash")
}

compileSdkVersion 31

compileOptions {
Expand Down

0 comments on commit 33a3735

Please sign in to comment.