Skip to content

Commit

Permalink
ui bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowtham committed Jul 26, 2020
1 parent 2c17b31 commit d66e5a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6'
implementation 'com.github.a914-gowtham:Android-video-trimmer:1.0.8'
}
```
+ Add to project's root `build.gradle` file:
Expand Down
2 changes: 1 addition & 1 deletion library/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
<string name="txt_failed_to_trim">Failed to trim</string>
<string name="txt_cancel">Cancel</string>
<string name="txt_dlah">\\</string>
<string name="txt_smaller">Video should smaller than</string>
<string name="txt_smaller">Video should be smaller than</string>
</resources>

0 comments on commit d66e5a1

Please sign in to comment.