diff --git a/android/build.gradle b/android/build.gradle index a77a3b9..4d02ecb 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -27,6 +27,10 @@ apply plugin: 'com.android.library' android { compileSdkVersion 28 + if (project.android.hasProperty('namespace')) { + namespace 'com.sayegh.move_to_background' + } + defaultConfig { minSdkVersion 16 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"