mirror of
https://github.com/micahflee/TM-SGNL-Android.git
synced 2025-06-02 21:43:51 +02:00
13 lines
188 B
Kotlin
13 lines
188 B
Kotlin
plugins {
|
|
id("signal-library")
|
|
id("com.google.devtools.ksp")
|
|
}
|
|
|
|
android {
|
|
namespace = "org.signal.glide"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.glide.glide)
|
|
ksp(libs.glide.ksp)
|
|
}
|