diff --git a/README.md b/README.md index 357d57b..f2c2b52 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ + Add the dependency to your app `build.gradle` file ```gradle dependencies { - implementation 'com.github.a914-gowtham:Android-video-trimmer:1.0.9' + implementation 'com.github.a914-gowtham:Android-video-trimmer:1.2.0' } ``` + Add to project's root `build.gradle` file: diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 6177822..5f3b0e0 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -10,10 +10,10 @@ - + android:layout_height="300dp" />