Adding video playback to the timeline

This commit is contained in:
Vitor Pamplona
2023-01-12 22:40:39 -05:00
parent 815f044f77
commit 69fdc4fcd4
4 changed files with 64 additions and 0 deletions
+3
View File
@@ -95,6 +95,9 @@ dependencies {
// upload pictures:
implementation "com.google.accompanist:accompanist-permissions:0.28.0"
// view videos
implementation 'com.google.android.exoplayer:exoplayer:2.18.2'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'