Skip to content

Commit

Permalink
add: avif format into noCompress
Browse files Browse the repository at this point in the history
  • Loading branch information
qTich authored and renpytom committed Nov 15, 2024
1 parent cf70c70 commit c882cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rapt/templates/app-build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ android {
{% endif %}

androidResources {
noCompress = [ 'ogv', 'avi', 'mpg', 'webm', 'mkv', 'mp4', 'mp3', 'mp2', 'ogg', 'opus', 'flac', 'png', 'jpg', 'jpeg', 'webp', 'rpyc', 'rpymc', 'rpyb', ]
noCompress = [ 'ogv', 'avi', 'mpg', 'webm', 'mkv', 'mp4', 'mp3', 'mp2', 'ogg', 'opus', 'flac', 'png', 'jpg', 'jpeg', 'webp', 'avif', 'rpyc', 'rpymc', 'rpyb', ]
}
}

Expand Down

0 comments on commit c882cdc

Please sign in to comment.