Skip to content

Commit

Permalink
Added Photoshop PSD decoding into bitmap
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN committed Aug 30, 2024
1 parent 431f5bf commit f6c3622
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ versionCode = "151"
jvmTarget = "17"
compose-compiler = "1.5.15"

imageToolboxLibs = "2.4.2"
imageToolboxLibs = "2.4.3"
trickle = "1.1.2"

avifCoder = "1.8.0"
Expand Down Expand Up @@ -80,7 +80,6 @@ zxing-android-embedded = { module = "com.journeyapps:zxing-android-embedded", ve
capturable = { module = "dev.shreyaspatil:capturable", version.ref = "capturable" }
documentscanner = { module = "com.github.T8RIN:DocumentScanner", version.ref = "documentScanner" }

imageToolboxLibs = { module = "com.github.T8RIN:ImageToolboxLibs", version.ref = "imageToolboxLibs" }
toolbox-cropper = { module = "com.github.T8RIN.ImageToolboxLibs:cropper", version.ref = "imageToolboxLibs" }
toolbox-dynamicTheme = { module = "com.github.T8RIN.ImageToolboxLibs:dynamic-theme", version.ref = "imageToolboxLibs" }
toolbox-colordetector = { module = "com.github.T8RIN.ImageToolboxLibs:colordetector", version.ref = "imageToolboxLibs" }
Expand Down

0 comments on commit f6c3622

Please sign in to comment.