Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit de24f3b

Browse files
committed
Bump to 0.2.0
1 parent 0b3c432 commit de24f3b

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

‎CHANGELOG.md‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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.

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ repositories {
6767
```
6868

6969
```groovy
70-
compile 'net.ypresto.androidtranscoder:android-transcoder:0.1.10'
70+
compile 'net.ypresto.androidtranscoder:android-transcoder:0.2.0'
7171
```
7272

7373
## Note (PLEASE READ FIRST)

‎lib/build.gradle‎

Lines changed: 1 addition & 1 deletion
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.1.10-SNAPSHOT'
35+
version = '0.2.0'
3636
licences = ['Apache-2.0']
3737
website = 'https://github.com/ypresto/android-transcoder'
3838
autoPublish = false

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /