Skip to content

Commit

Permalink
Added OpenType font (.otf) to the noCompress list. (#2077)
Browse files Browse the repository at this point in the history
  • Loading branch information
danialias authored Aug 7, 2024
1 parent 5b8c44f commit eaea407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/common/proj.android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ android {
}

aaptOptions {
noCompress 'mp3','ogg','wav','mp4','ttf','ttc'
noCompress 'mp3','ogg','wav','mp4','ttf','ttc','otf'
}

buildFeatures {
Expand Down

0 comments on commit eaea407

Please sign in to comment.