diff --git a/CHANGELOG.md b/CHANGELOG.md index 34b8d02..956ee3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.5.4 +* Thanks otopba for: + - Fix: Migrate jCenter to mavenCentral +* Bump to 0.5.3 + ## 0.5.3 * Thanks Ajb Coder for: - Fix: IOException on runtime diff --git a/android/build.gradle b/android/build.gradle index 4f31800..5ea7665 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -4,7 +4,7 @@ version '1.0-SNAPSHOT' buildscript { repositories { google() - jcenter() + mavenCentral() } dependencies { @@ -15,7 +15,7 @@ buildscript { rootProject.allprojects { repositories { google() - jcenter() + mavenCentral() } } diff --git a/example/android/build.gradle b/example/android/build.gradle index c9e3db0..0b4cf53 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -1,7 +1,7 @@ buildscript { repositories { google() - jcenter() + mavenCentral() } dependencies { @@ -12,7 +12,7 @@ buildscript { allprojects { repositories { google() - jcenter() + mavenCentral() } } 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