We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83325fd commit 3ba2bccCopy full SHA for 3ba2bcc
1 file changed
android/build.gradle
@@ -54,6 +54,7 @@ apply plugin: 'com.android.library'
54
apply plugin: 'kotlin-android'
55
56
android {
57
+ namespace 'com.eopeter.fluttermapboxnavigation'
58
compileSdkVersion 33
59
60
sourceSets {
@@ -106,4 +107,4 @@ dependencies {
106
107
implementation 'androidx.annotation:annotation:1.6.0'
108
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
109
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
-}
110
+}
0 commit comments