12 lines
151 B
Groovy
Raw Permalink Normal View History

2025-03-14 14:37:12 +05:00
plugins {
id("signal-library")
}
android {
namespace = "org.signal.imageeditor"
}
dependencies {
implementation(project(":core-util"))
}