Signal-Android/video/build.gradle

16 lines
241 B
Groovy
Raw Normal View History

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')
implementation(libs.bundles.mp4parser) {
2021-01-05 19:13:38 -04:00
exclude group: 'junit', module: 'junit'
}
}