Skip to content

Commit 44b3d72

Browse files
committed
Add namespace
1 parent 74bf4de commit 44b3d72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/android/app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
1616

1717
android {
1818
compileSdkVersion 30
19+
namespace "flutter.plugins.contactsservice.contactsservice"
1920

2021
lintOptions {
2122
disable 'InvalidPackage'
@@ -47,4 +48,4 @@ flutter {
4748
dependencies {
4849
androidTestImplementation 'androidx.test:runner:1.1.0'
4950
androidTestImplementation 'androidx.test:rules:1.1.0'
50-
}
51+
}

0 commit comments

Comments
 (0)