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

@@ -8,4 +8,5 @@ android {
dependencies {
implementation(project(":core:util"))
implementation(project(":lib:glide"))
}