diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 6a4b94a..a834243 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -32,7 +32,7 @@ -adaptresourcefilecontents -renamesourcefileattribute P --keepattributes SourceFile,LineNumberTable +-keepattributes SourceFile,Signature,LineNumberTable -assumenosideeffects class kotlin.jvm.internal.Intrinsics { public static *** throwUninitializedProperty(...); @@ -40,6 +40,7 @@ } -keep class * extends android.app.Activity --keepclassmembers class * implements androidx.viewbinding.ViewBinding { +-keep class * implements androidx.viewbinding.ViewBinding { + (); *** inflate(android.view.LayoutInflater); } \ No newline at end of file