diff --git a/android/build.gradle b/android/build.gradle index 94094cd..1ffaee7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -8,6 +8,8 @@ android { compileSdkVersion safeExtGet('compileSdkVersion', 23) buildToolsVersion safeExtGet('buildToolsVersion', "23.0.1") + namespace "com.levelasquez.androidopensettings" + defaultConfig { minSdkVersion safeExtGet('minSdkVersion', 16) targetSdkVersion safeExtGet('targetSdkVersion', 22)