Skip to content

Commit

Permalink
Upgrade androidx.core:core to 1.13.0
Browse files Browse the repository at this point in the history
Differential Revision: D56474755
  • Loading branch information
Nivaldo Bondança authored and facebook-github-bot committed Apr 26, 2024
1 parent 2b854a6 commit f1c4a13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import java.nio.ByteBuffer
object BitmapUtil {

private const val POOL_SIZE = 12
private val DECODE_BUFFERS: Pools.SynchronizedPool<ByteBuffer?> by lazy {
private val DECODE_BUFFERS: Pools.SynchronizedPool<ByteBuffer> by lazy {
Pools.SynchronizedPool(POOL_SIZE)
}

Expand Down

0 comments on commit f1c4a13

Please sign in to comment.