From ef114edfbc58242ca6515ae2bdb74b4ead29dcc2 Mon Sep 17 00:00:00 2001 From: ETTA EGBE Joseph Date: Wed, 15 Nov 2023 04:04:57 +0100 Subject: [PATCH] Update build.gradle - Added namespace for gradle 8.0 and above --- android/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/build.gradle b/android/build.gradle index 5a6a231..1c905b5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -23,6 +23,8 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { + namespace 'com.chavesgu.images_picker' + compileSdkVersion 31 defaultConfig {