Skip to content

Commit

Permalink
chore(android): strip unused fonts, clearly distinguish debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Oct 31, 2023
1 parent be9b445 commit e363860
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ react {
// hermesFlags = ["-O", "-output-source-map"]
}

project.ext.vectoricons = [
iconFontNames: ['MaterialIcons.ttf', 'MaterialCommunityIcons.ttf', 'FontAwesome5_Regular.ttf', 'FontAwesome5_Solid.ttf']
]

apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"

/**
Expand Down Expand Up @@ -110,6 +114,7 @@ android {
debug {
signingConfig signingConfigs.debug
applicationIdSuffix '.debug'
versionNameSuffix '-debug'
}
release {
signingConfig signingConfigs.release
Expand Down

0 comments on commit e363860

Please sign in to comment.