mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-08 17:29:02 +01:00
Converted all minor modules to .gradle.kts.
This commit is contained in:
committed by
Cody Henthorne
parent
d77744c562
commit
766733617e
@@ -1,11 +1,11 @@
|
||||
plugins {
|
||||
id 'signal-library'
|
||||
id("signal-library")
|
||||
}
|
||||
|
||||
android {
|
||||
namespace 'org.signal.imageeditor'
|
||||
namespace = "org.signal.imageeditor"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':core-util')
|
||||
implementation(project(":core-util"))
|
||||
}
|
||||
Reference in New Issue
Block a user