diff --git a/android/build.gradle b/android/build.gradle index c2fb5186..9cf84ebb 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -54,6 +54,7 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { + namespace 'com.eopeter.fluttermapboxnavigation' compileSdkVersion 33 sourceSets { @@ -106,4 +107,4 @@ dependencies { implementation 'androidx.annotation:annotation:1.6.0' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' -} \ No newline at end of file +}