Skip to content

Commit 98ead84

Browse files
committed
refactor: install video slimmer from github and fix android gradle issue
1 parent 029b8b2 commit 98ead84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ dependencies {
5858
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.0"
5959
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.0"
6060
implementation "com.googlecode.mp4parser:isoparser:1.0.6"
61-
implementation 'com.zolad:videoslimmer:1.0.0'
61+
implementation 'com.github.zolad:VideoSlimmer:master-SNAPSHOT'
6262
implementation 'io.github.lizhangqu:coreprogress:1.0.2'
6363
}

0 commit comments

Comments
 (0)