From 1b866d6903d3d83be98460b5b6ecf40dc6821d1e Mon Sep 17 00:00:00 2001 From: soloturn Date: Sun, 26 May 2019 05:31:27 +0200 Subject: [PATCH] proguard, D8: Type 'sun.misc.Unsafe' was not found --- proguard.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proguard.cfg b/proguard.cfg index cc8620f3d..454d60efd 100644 --- a/proguard.cfg +++ b/proguard.cfg @@ -39,3 +39,6 @@ -keep class * implements android.os.Parcelable { public static final android.os.Parcelable$Creator *; } + +-keep class sun.misc.Unsafe { *; } +-dontnote sun.misc.Unsafe