mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
committed by
Nicholas Tinsley
parent
aa33fd44b8
commit
ec96b4e3aa
@@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id("signal-library")
|
||||
id("kotlin-kapt")
|
||||
id("com.google.devtools.ksp")
|
||||
}
|
||||
|
||||
android {
|
||||
@@ -9,5 +9,5 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation(libs.glide.glide)
|
||||
kapt(libs.glide.compiler)
|
||||
ksp(libs.glide.ksp)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user