Skip to content

Commit

Permalink
remove explicit namespace again
Browse files Browse the repository at this point in the history
  • Loading branch information
Fintasys committed Mar 22, 2024
1 parent 5fa070d commit 3b1e71e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
namespace 'com.fintasys.emoji_picker_flutter'
if (project.android.hasProperty("namespace")) {
namespace 'com.fintasys.emoji_picker_flutter'
}

compileSdkVersion 34

Expand All @@ -44,8 +46,6 @@ android {
defaultConfig {
minSdkVersion 21
}

if (project.android.hasProperty("namespace")) { namespace 'com.fintasys.emoji_picker_flutter' }
}

dependencies {
Expand Down

0 comments on commit 3b1e71e

Please sign in to comment.