From 24dcfd66ed147a5e698ff2850cae3483a73a4edc Mon Sep 17 00:00:00 2001 From: Ahmed Zayan Date: Sun, 8 Dec 2024 13:13:35 +0200 Subject: [PATCH 1/2] Add Android namespace specification --- android/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/build.gradle b/android/build.gradle index 4f31800..2c73346 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,6 +22,8 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { + namespace 'com.video.thumbnail' + compileSdkVersion 33 defaultConfig { From 8d30c8f373f9e39fd932cc9a29891e7a17800e93 Mon Sep 17 00:00:00 2001 From: Ahmed Zayan Date: Sun, 8 Dec 2024 13:27:23 +0200 Subject: [PATCH 2/2] Update Android namespace configuration --- android/build.gradle | 2 +- android/src/main/AndroidManifest.xml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 2c73346..1101d1d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,7 +22,7 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { - namespace 'com.video.thumbnail' + namespace 'xyz.justsoft.video_thumbnail' compileSdkVersion 33 diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index d5966dc..a2f47b6 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -1,3 +1,2 @@ - +