Skip to content

Commit ddbde31

Browse files
committed
Add namespace
1 parent 74bf4de commit ddbde31

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ rootProject.allprojects {
2222
apply plugin: 'com.android.library'
2323

2424
android {
25+
namespace "flutter.plugins.contactsservice.contactsservice"
2526
compileSdkVersion 30
2627

2728
defaultConfig {

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ flutter {
4747
dependencies {
4848
androidTestImplementation 'androidx.test:runner:1.1.0'
4949
androidTestImplementation 'androidx.test:rules:1.1.0'
50-
}
50+
}

0 commit comments

Comments
 (0)