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 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