Skip to content

Commit

Permalink
Firebase Crashlytics crashes when using `android.experimental.enableN…
Browse files Browse the repository at this point in the history
…ewResourceShrinker.preciseShrinking=true`

# See https://issuetracker.google.com/issues/207800963
  • Loading branch information
imknown committed Jul 30, 2022
1 parent 64f2c83 commit c5c3f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android.nonTransitiveRClass=true
#
# R8
android.enableR8.fullMode=true
android.experimental.enableNewResourceShrinker.preciseShrinking=true
# android.experimental.enableNewResourceShrinker.preciseShrinking=true
#
# Gradle debug
android.debug.obsoleteApi=true
Expand Down

0 comments on commit c5c3f2a

Please sign in to comment.