Skip to content

Commit

Permalink
bump aire
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN committed Feb 18, 2024
1 parent a882220 commit 29fb5cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ internal class TiltShiftFilter(
size: IntegerSize
): Bitmap = Aire.tiltShift(
bitmap = input,
radius = value.blurRadius.roundToInt().toFloat(),
radius = value.blurRadius.roundToInt(),
sigma = value.sigma,
anchorX = value.anchorX,
anchorY = value.anchorY,
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ androidx-datastorePreferencesAndroid = "1.1.0-beta01"
appUpdateKtx = "2.1.0"
appUpdate = "2.1.0"
avifCoder = "1.5.12"
aire = "0.9.50"
aire = "0.9.51"
jxlCoderCoil = "1.9.0"
jxlCoder = "1.9.0"
shadowGadgets = "2.1.0"
Expand Down

0 comments on commit 29fb5cb

Please sign in to comment.