Update build.gradle

This commit is contained in:
mobby45 2024-08-09 12:22:31 +02:00 committed by GitHub
parent 30f7f0e6b3
commit 5b4352febf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,5 +10,4 @@ apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:streamtape-extractor'))
implementation(project(':lib:fusevideo-extractor'))
implementation libs.firebase.crashlytics.buildtools
}