Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 012c3ab

Browse files
committed
Bump to 0.3.0
1 parent c17dd6d commit 012c3ab

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

‎CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
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

‎lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
publish {
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

0 commit comments

Comments
 (0)