mirror of
https://github.com/mollyim/mollyim-insider-android.git
synced 2025-05-13 05:40:53 +01:00
15 lines
234 B
Text
15 lines
234 B
Text
plugins {
|
|
id("signal-library")
|
|
}
|
|
|
|
android {
|
|
namespace = "org.signal.video"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":core-util"))
|
|
|
|
implementation(libs.bundles.mp4parser) {
|
|
exclude(group = "junit", module = "junit")
|
|
}
|
|
}
|