File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All changes to this project will be documented in this file.
3
3
4
+ ## [ 1.2.3] - 2024-07-09
5
+ - Android: fix crash on release due to minification
6
+ - Android: use plugin instead of imperative apply in ` build.gradle `
7
+ - Override ` toString ` for ` Video ` class
8
+
4
9
## [ 1.2.2] - 2024-02-15
5
10
- iOS: improve returned error message
6
11
- Android: Upgrade to gradle 8, AGP and Kotlin to 1.9
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ This will add the following lines to your package's pubspec.yaml file:
59
59
60
60
``` yaml
61
61
dependencies :
62
- video_uploader : ^1.2.2
62
+ video_uploader : ^1.2.3
63
63
` ` `
64
64
65
65
### Android
Original file line number Diff line number Diff line change 1
1
name : video_uploader
2
2
description : This flutter plugin is an easy way to upload video to api.video.
3
- version : 1.2.2
3
+ version : 1.2.3
4
4
repository : https://github.com/apivideo/api.video-flutter-uploader
5
5
issue_tracker : https://github.com/apivideo/api.video-flutter-uploader/issues
6
6
homepage : https://api.video
You can’t perform that action at this time.
0 commit comments