15 lines
241 B
Groovy
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'
|
|
}
|
|
}
|