File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.0
2
+ - Experimental audio transcoding support. (Thanks @aaron112 )
3
+ - Fix transcode does not run on Huawei Ascend P7. (Thanks @spiritedRunning )
4
+ - Fix race condition caused by not closing output before callback. (Thanks @ryanwilliams83 )
5
+
6
+
7
+ ## 0.1.10
8
+ - ` Future ` support. (Thanks @MaiKambayashi )
9
+
10
+ ## 0.1.X
11
+ - Stability updates. (Thanks @ozyozyo )
12
+
13
+ ## 0.1.0
14
+ - First release.
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ repositories {
67
67
```
68
68
69
69
``` groovy
70
- compile 'net.ypresto.androidtranscoder:android-transcoder:0.1.10 '
70
+ compile 'net.ypresto.androidtranscoder:android-transcoder:0.2.0 '
71
71
```
72
72
73
73
## Note (PLEASE READ FIRST)
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.1.10-SNAPSHOT '
35
+ version = ' 0.2.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