diff --git a/android/build.gradle b/android/build.gradle index d6019f61c..08a88b461 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -26,6 +26,7 @@ def safeExtGet(prop, fallback) { android { compileSdkVersion safeExtGet('compileSdkVersion', 28) buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3') + namespace 'com.dieam.reactnativepushnotification' compileOptions { sourceCompatibility JavaVersion.VERSION_1_8