Skip to content

Commit

Permalink
gradle.properties: Enable D8 bytecode desugaring.
Browse files Browse the repository at this point in the history
This is mainly to work around this issue:
https://issuetracker.google.com/u/0/issues/72872257
  • Loading branch information
Andreas Schildbach committed Sep 15, 2021
1 parent ac46f4a commit 9a884af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
org.gradle.jvmargs=-Xmx2048M
android.enableD8.desugaring=true
2 changes: 2 additions & 0 deletions wallet/proguard.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
public static <fields>;
}

-dontwarn java.lang.invoke.**

# android
-dontnote android.widget.SearchView

Expand Down

0 comments on commit 9a884af

Please sign in to comment.