Signal-Android/video/build.gradle

16 wiersze
241 B
Groovy
Czysty Zwykły widok Historia

plugins {
id 'signal-library'
}
2021-01-05 23:13:38 +00:00
android {
2023-02-11 20:35:01 +00:00
namespace 'org.signal.video'
2021-01-05 23:13:38 +00:00
}
dependencies {
implementation project(':core-util')
implementation(libs.bundles.mp4parser) {
2021-01-05 23:13:38 +00:00
exclude group: 'junit', module: 'junit'
}
}