Converted all minor modules to .gradle.kts.

This commit is contained in:
Greyson Parrelli
2023-11-26 12:18:03 -05:00
committed by Cody Henthorne
parent d77744c562
commit 766733617e
36 changed files with 312 additions and 311 deletions
+3 -3
View File
@@ -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"))
}