mirror of
https://github.com/micahflee/TM-SGNL-Android.git
synced 2025-06-04 14:33:50 +02:00
11 lines
151 B
Groovy
11 lines
151 B
Groovy
plugins {
|
|
id("signal-library")
|
|
}
|
|
|
|
android {
|
|
namespace = "org.signal.imageeditor"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":core-util"))
|
|
}
|