Skip to content

Commit

Permalink
Twelve: Optimize and shrink resources
Browse files Browse the repository at this point in the history
Usually a safe set of optimizations

Change-Id: I1074af3a758439ff82771b03bdb0c4484828ca25
  • Loading branch information
luca020400 committed Nov 2, 2024
1 parent b7d77f6 commit 9804e18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ android_app {
],

optimize: {
optimize: true,
proguard_flags_files: ["proguard-rules.pro"],
shrink_resources: true,
},
}

Expand Down

0 comments on commit 9804e18

Please sign in to comment.