Moves to LruCache from androidx

This commit is contained in:
Vitor Pamplona
2026-02-07 18:25:23 -05:00
parent 2e64d36f39
commit f37ab8e656
@@ -20,7 +20,7 @@
*/
package com.vitorpamplona.amethyst.model
import android.util.LruCache
import androidx.collection.LruCache
interface MutableMediaAspectRatioCache {
fun get(url: String): Float?