2021-09-13 13:16:14 -03:00
|
|
|
plugins {
|
2023-02-13 17:03:08 -05:00
|
|
|
id 'signal-library'
|
2021-09-13 13:16:14 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
android {
|
2023-02-11 15:35:01 -05:00
|
|
|
namespace 'org.signal.imageeditor'
|
2021-09-13 13:16:14 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation project(':core-util')
|
|
|
|
}
|