2023-02-13 17:03:08 -05:00
|
|
|
plugins {
|
|
|
|
id 'signal-library'
|
|
|
|
}
|
2021-01-05 19:13:38 -04:00
|
|
|
|
|
|
|
android {
|
2023-02-11 15:35:01 -05:00
|
|
|
namespace 'org.signal.video'
|
2021-01-05 19:13:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation project(':core-util')
|
|
|
|
|
2021-09-14 14:57:04 -03:00
|
|
|
implementation(libs.bundles.mp4parser) {
|
2021-01-05 19:13:38 -04:00
|
|
|
exclude group: 'junit', module: 'junit'
|
|
|
|
}
|
|
|
|
}
|