2021-09-16 11:18:54 -03:00
|
|
|
plugins {
|
2023-02-13 17:03:08 -05:00
|
|
|
id 'signal-sample-app'
|
2021-09-16 11:18:54 -03:00
|
|
|
id 'kotlin-kapt'
|
|
|
|
}
|
|
|
|
|
|
|
|
android {
|
2023-02-11 15:35:01 -05:00
|
|
|
namespace 'org.signal.imageeditor.app'
|
|
|
|
|
2021-09-16 11:18:54 -03:00
|
|
|
defaultConfig {
|
|
|
|
applicationId "org.signal.imageeditor.app"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation project(':image-editor')
|
|
|
|
|
|
|
|
implementation libs.glide.glide
|
|
|
|
kapt libs.glide.compiler
|
|
|
|
}
|