From 3879f1913557db62ecfd451c9c54ff1a9b6bd249 Mon Sep 17 00:00:00 2001 From: Prempal Singh Date: Tue, 24 Oct 2023 10:46:18 +0530 Subject: [PATCH] add namespace --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index e215d5d..93db336 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,6 +52,7 @@ imglyConfig { android { compileSdkVersion 32 + namespace "com.imgly.test" defaultConfig { applicationId "com.imgly.test"