From 527d03e1499efc5f7ed60715f4d48c51d3de5a57 Mon Sep 17 00:00:00 2001 From: hasnainali9 Date: Wed, 6 Nov 2024 05:39:59 +0500 Subject: [PATCH] Add namespace for contacts service plugin in build.gradle --- android/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/build.gradle b/android/build.gradle index 2feed78f..09d5ada9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,6 +22,7 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { + namespace "flutter.plugins.contactsservice.contactsservice" compileSdkVersion 30 defaultConfig {