Move UriGlideRenderer to lib:image-editor.

This commit is contained in:
Alex Hart
2026-01-29 12:37:21 -04:00
committed by Greyson Parrelli
parent 7bd3482367
commit 7823d4f49f
9 changed files with 103 additions and 48 deletions

View File

@@ -15,7 +15,7 @@ android {
dependencies {
implementation(project(":core:util"))
implementation(libs.glide.glide)
api(libs.glide.glide)
ksp(libs.glide.ksp)
implementation(platform(libs.androidx.compose.bom))