Commit 2b9aac9
authored
Use proguard-android-optimize.txt for the default ProGuard rules (#7428)
AGP 9 disallows the non-optimized `proguard-android.txt` file
(`android.r8.proguardAndroidTxt.disallowed=true` by default). Switching to
`proguard-android-optimize.txt` is behavior-neutral here since these modules do
not minify (minifyEnabled = false), and aligns the build with the AGP 9 default
ahead of an eventual bump.1 parent 84c240d commit 2b9aac9
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments