Skip to content

Commit

Permalink
Disable R8 fullMode
Browse files Browse the repository at this point in the history
According to Fenix/Focus, R8 full mode currently causes issues
with extension methods and methods from libraries and is also
disabled there.
  • Loading branch information
rvandermeulen committed Feb 21, 2024
1 parent 2175f2d commit ba62ab8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ libLicense=MPL-2.0
libLicenseUrl=https://www.mozilla.org/en-US/MPL/2.0/

android.useAndroidX=true

android.enableR8.fullMode=false

0 comments on commit ba62ab8

Please sign in to comment.