diff --git a/android/build.gradle b/android/build.gradle index 8e2ae63..8a3aec9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -5,6 +5,7 @@ def safeExtGet(prop, fallback) { } android { + namespace = 'com.github.doomsower' compileSdkVersion safeExtGet('compileSdkVersion', 28) buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')