We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74bf4de commit ddbde31Copy full SHA for ddbde31
android/build.gradle
@@ -22,6 +22,7 @@ rootProject.allprojects {
22
apply plugin: 'com.android.library'
23
24
android {
25
+ namespace "flutter.plugins.contactsservice.contactsservice"
26
compileSdkVersion 30
27
28
defaultConfig {
example/android/app/build.gradle
@@ -47,4 +47,4 @@ flutter {
47
dependencies {
48
androidTestImplementation 'androidx.test:runner:1.1.0'
49
androidTestImplementation 'androidx.test:rules:1.1.0'
50
-}
+}
0 commit comments