glide 5.0.7

This commit is contained in:
oxmc
2026-06-17 05:40:40 -07:00
commit 03a5040cb2
3 changed files with 15 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
android_library_import {
name: "glide",
aars: ["glide.aar"],
sdk_version: "current",
min_sdk_version: "36",
visibility: ["//visibility:public"],
}
android_library_import {
name: "glide-compose",
aars: ["compose.aar"],
sdk_version: "current",
min_sdk_version: "36",
visibility: ["//visibility:public"],
}
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.