Skip to content

Commit 3ba2bcc

Browse files
authored
Update build.gradle (#370)
1 parent 83325fd commit 3ba2bcc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

android/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ apply plugin: 'com.android.library'
5454
apply plugin: 'kotlin-android'
5555

5656
android {
57+
namespace 'com.eopeter.fluttermapboxnavigation'
5758
compileSdkVersion 33
5859

5960
sourceSets {
@@ -106,4 +107,4 @@ dependencies {
106107
implementation 'androidx.annotation:annotation:1.6.0'
107108
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
108109
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
109-
}
110+
}

0 commit comments

Comments
 (0)