File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 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+
15## 0.2.0
26- Experimental audio transcoding support. (Thanks @aaron112 )
37- Fix transcode does not run on Huawei Ascend P7. (Thanks @spiritedRunning )
48- Fix race condition caused by not closing output before callback. (Thanks @ryanwilliams83 )
59
6-
710## 0.1.10
811- ` Future ` support. (Thanks @MaiKambayashi )
912
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ android {
3232publish {
3333 groupId = ' net.ypresto.androidtranscoder'
3434 artifactId = ' android-transcoder'
35- version = ' 0.2 .0'
35+ version = ' 0.3 .0'
3636 licences = [' Apache-2.0' ]
3737 website = ' https://github.com/ypresto/android-transcoder'
3838 autoPublish = false
You can’t perform that action at this time.
0 commit comments