Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6648d commit e066c00Copy full SHA for e066c00
‎README.md
@@ -59,7 +59,7 @@ repositories {
59
```
60
61
62
-compile 'net.ypresto.androidtranscoder:android-transcoder:0.1.9'
+compile 'net.ypresto.androidtranscoder:android-transcoder:0.1.10'
63
64
65
## Note (PLEASE READ FIRST)
‎lib/build.gradle
@@ -32,7 +32,7 @@ android {
32
publish {
33
groupId = 'net.ypresto.androidtranscoder'
34
artifactId = 'android-transcoder'
35
- version = '0.1.9-SNAPSHOT'
+ version = '0.1.10-SNAPSHOT'
36
licences = ['Apache-2.0']
37
website = 'https://github.com/ypresto/android-transcoder'
38
autoPublish = false
0 commit comments