molly-messenger/image-editor/lib/build.gradle

12 lines
151 B
Groovy
Raw Permalink Normal View History

2025-12-29 13:18:34 +01:00
plugins {
id("signal-library")
}
android {
namespace = "org.signal.imageeditor"
}
dependencies {
implementation(project(":core-util"))
}