diff --git a/android/build.gradle b/android/build.gradle index e58061c..42f2597 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,6 +22,7 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { + namespace 'com.codenameakshay.async_wallpaper' compileSdkVersion 34 compileOptions { @@ -36,4 +37,4 @@ android { dependencies { implementation "com.squareup.picasso:picasso:2.71828" -} \ No newline at end of file +}