From e9ec968fbddfd5ab990523f9d6c0d5fa69aa1541 Mon Sep 17 00:00:00 2001 From: AreenAI <159649693+AreenAI@users.noreply.github.com> Date: Sat, 31 Aug 2024 00:03:35 +0300 Subject: [PATCH 1/2] Update build.gradle very important to support new namespace problem --- android/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/build.gradle b/android/build.gradle index 4f31800..7d447a0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -23,6 +23,10 @@ apply plugin: 'com.android.library' android { compileSdkVersion 33 + + if (project.android.hasProperty('namespace')) { + namespace 'xyz.justsoft.video_thumbnail' + } defaultConfig { minSdkVersion 16 From 191605126f934054a28fab6dffb1ebcffe4c2ea2 Mon Sep 17 00:00:00 2001 From: AreenAI <159649693+AreenAI@users.noreply.github.com> Date: Sat, 31 Aug 2024 00:06:41 +0300 Subject: [PATCH 2/2] Update pubspec.yaml namespace it's realy important, no prblem new build version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 56b2eaa..cb57df8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: video_thumbnail description: A flutter plugin for creating a thumbnail from a local video file or from a video URL. -version: 0.5.3 +version: 0.5.4 # author: John Zhong , Tairs Rzajevs , Grigori , Hafeez Ahmed , Leynier , Andreas Petrov, julek-kal, Nils Reichardt, Ajb Coder homepage: https://github.com/justsoft repository: https://github.com/justsoft/video_thumbnail