Skip to content

Commit

Permalink
Include webp dependency in the final jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinrobot committed Nov 19, 2023
1 parent 722711f commit 2fbdfdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ dependencies {

// WebP support for animated WebP using official Google's native library
modClientImplementation "com.github.Vinrobot.WebPDecoderJN:lib:${project.webpdecoderjn_version}"
include "com.github.Vinrobot.WebPDecoderJN:lib:${rootProject.webpdecoderjn_version}"
}

processResources {
Expand Down

0 comments on commit 2fbdfdb

Please sign in to comment.