2021-09-13 13:16:14 -03:00
|
|
|
plugins {
|
2023-11-26 12:18:03 -05:00
|
|
|
id("signal-library")
|
2021-09-13 13:16:14 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
android {
|
2023-11-26 12:18:03 -05:00
|
|
|
namespace = "org.signal.imageeditor"
|
2021-09-13 13:16:14 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2023-11-26 12:18:03 -05:00
|
|
|
implementation(project(":core-util"))
|
2021-09-13 13:16:14 -03:00
|
|
|
}
|