Source added
This commit is contained in:
parent
b2864b500e
commit
ba28ca859e
8352 changed files with 1487182 additions and 1 deletions
20
image-editor/app/build.gradle
Normal file
20
image-editor/app/build.gradle
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
plugins {
|
||||
id("signal-sample-app")
|
||||
id("com.google.devtools.ksp")
|
||||
alias(libs.plugins.compose.compiler)
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "org.signal.imageeditor.app"
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "org.signal.imageeditor.app"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":image-editor"))
|
||||
|
||||
implementation(libs.glide.glide)
|
||||
ksp(libs.glide.ksp)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue