Skip to content

Commit

Permalink
Adding in a standalone service to allow for video trimming without a …
Browse files Browse the repository at this point in the history
…UI present.
  • Loading branch information
PGMacDesign committed Jun 25, 2019
1 parent 176a497 commit a474ebf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ allprojects {
Add this to your module level / app level file:

```
implementation 'com.github.PGMacDesign:video-trimmer:1.2.6'
implementation 'com.github.PGMacDesign:video-trimmer:2.0.0'
```

Note, if you are using this in conjunction with another one of my libraries, namely [SiliCompressor](https://github.com/PGMacDesign/SiliCompressor) and are seeing this error:
Expand All @@ -41,7 +41,7 @@ Note, if you are using this in conjunction with another one of my libraries, nam
Adjust your implementation to exclude the following additional dependency to prevent duplicate merge issues:

```
implementation ('com.github.PGMacDesign:video-trimmer:1.2.6'){
implementation ('com.github.PGMacDesign:video-trimmer:2.0.0'){
exclude group: 'com.github.PGMacDesign.mp4parser'
}
```
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
minSdkVersion 16
targetSdkVersion 27
versionCode 1
versionName "1.2.6"
versionName "2.0.0"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion videotrimmer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
minSdkVersion 16
targetSdkVersion 27
versionCode 1
versionName "1.2.6"
versionName "2.0.0"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down

0 comments on commit a474ebf

Please sign in to comment.