mollyim-insider-android/video/lib/build.gradle
2023-10-17 11:15:56 -04:00

15 lines
241 B
Groovy

plugins {
id 'signal-library'
}
android {
namespace 'org.signal.video'
}
dependencies {
implementation project(':core-util')
implementation(libs.bundles.mp4parser) {
exclude group: 'junit', module: 'junit'
}
}