We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdaae4e commit 7a9dbdaCopy full SHA for 7a9dbda
1 file changed
video_trimmer_library/build.gradle
@@ -26,7 +26,7 @@ android {
26
dependencies {
27
implementation fileTree(include: ['*.jar'], dir: 'libs')
28
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
29
- implementation 'androidx.appcompat:appcompat:1.0.2'
+ implementation 'androidx.appcompat:appcompat:1.0.0'
30
implementation 'com.googlecode.mp4parser:isoparser:1.1.22'
31
32
}
0 commit comments