From bacaf0481fda9b8329bf4e0c5a6f54ea62c5d318 Mon Sep 17 00:00:00 2001 From: Huy Huynh Date: Sat, 17 May 2025 21:36:22 +0700 Subject: [PATCH] Update namespace --- android/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}