Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit ab743d9

Browse files
authored
Fix for Places not working with latest R8 update (#3038)
1 parent 794ae1a commit ab743d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
# --------------------------------------------------------------------
6969
# App Services
7070
# --------------------------------------------------------------------
71-
-keep class mozilla.appservices.rustlog.** {*;}
71+
-keep class mozilla.appservices.** {*;}
7272

7373
# --------------------------------------------------------------------
7474
# Android ViewModel

0 commit comments

Comments
 (0)