From 2c0785d45a047818c4d1f85828047540c4dbc76a Mon Sep 17 00:00:00 2001 From: Masayuki Suda Date: Fri, 22 Jun 2018 00:34:37 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b344de..4977a2a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Idea from: [android-transcoder](https://github.com/ypresto/android-transcoder) ```groovy dependencies { // jCenter - implementation 'com.daasuu:Mp4Composer-android:0.1.5' + implementation 'com.daasuu:Mp4Composer-android:0.1.6' } ```