File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.3.0
2
+ - Fix cancel() sometimes not working. (Thanks @strayerM and @PinkFloyded )
3
+ - Geolocation support on API>=19. (Thanks @hkurokawa )
4
+
1
5
## 0.2.0
2
6
- Experimental audio transcoding support. (Thanks @aaron112 )
3
7
- Fix transcode does not run on Huawei Ascend P7. (Thanks @spiritedRunning )
4
8
- Fix race condition caused by not closing output before callback. (Thanks @ryanwilliams83 )
5
9
6
-
7
10
## 0.1.10
8
11
- ` Future ` support. (Thanks @MaiKambayashi )
9
12
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ android {
32
32
publish {
33
33
groupId = ' net.ypresto.androidtranscoder'
34
34
artifactId = ' android-transcoder'
35
- version = ' 0.2 .0'
35
+ version = ' 0.3 .0'
36
36
licences = [' Apache-2.0' ]
37
37
website = ' https://github.com/ypresto/android-transcoder'
38
38
autoPublish = false
You can’t perform that action at this time.
0 commit comments