Skip to content

Commit bc1c204

Browse files
Update build.gradle
1 parent 7a9dbda commit bc1c204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

video_trimmer_library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
dependencies {
2727
implementation fileTree(include: ['*.jar'], dir: 'libs')
2828
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
29-
implementation 'androidx.appcompat:appcompat:1.0.0'
29+
implementation 'androidx.appcompat:appcompat:1.0.2'
3030
implementation 'com.googlecode.mp4parser:isoparser:1.1.22'
3131

3232
}

0 commit comments

Comments
 (0)