diff --git a/android/build.gradle b/android/build.gradle index 3239547..8e985c1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -23,6 +23,8 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { + namespace "com.freshchat.consumer.sdk.flutter" + compileSdkVersion 31 defaultConfig { diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 21e316d..6d92b89 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -26,6 +26,8 @@ apply plugin: 'com.google.gms.google-services' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { + namespace "om.fc.sampleobjc.flutter_app" + compileSdkVersion 28 lintOptions {