mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-08 09:18:39 +01:00
Converted all minor modules to .gradle.kts.
This commit is contained in:
committed by
Cody Henthorne
parent
d77744c562
commit
766733617e
@@ -1,15 +0,0 @@
|
||||
plugins {
|
||||
id 'signal-library'
|
||||
id 'kotlin-kapt'
|
||||
}
|
||||
|
||||
android {
|
||||
namespace 'org.signal.glide'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation libs.glide.glide
|
||||
kapt libs.glide.compiler
|
||||
|
||||
implementation project(':glide-webp')
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
plugins {
|
||||
id("signal-library")
|
||||
id("kotlin-kapt")
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "org.signal.glide"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(libs.glide.glide)
|
||||
kapt(libs.glide.compiler)
|
||||
|
||||
implementation(project(":glide-webp"))
|
||||
}
|
||||
Reference in New Issue
Block a user