From f4324f9be7489ae48c546a2ea68f4cd3b9e03199 Mon Sep 17 00:00:00 2001 From: Nishtha91 <135204558+Nishtha91@users.noreply.github.com> Date: Tue, 8 Apr 2025 13:53:32 +0530 Subject: [PATCH] Update build.gradle --- android/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/build.gradle b/android/build.gradle index d7c01a2..aac63ce 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -27,6 +27,7 @@ project.getTasks().withType(JavaCompile){ apply plugin: 'com.android.library' android { + namespace 'com.vikram.cached_video_player' compileSdkVersion 29 defaultConfig {