We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a6c61 commit 18ed8fdCopy full SHA for 18ed8fd
1 file changed
quickedit/proguard-rules.pro
@@ -18,4 +18,15 @@
18
19
# If you keep the line number information, uncomment this to
20
# hide the original source file name.
21
-#-renamesourcefileattribute SourceFile
+#-renamesourcefileattribute SourceFile
22
+
23
+# Hilt / Dagger
24
+-keep class dagger.hilt.** { *; }
25
+-keep class * extends dagger.hilt.internal.GeneratedComponent { *; }
26
+-keep class * extends androidx.lifecycle.ViewModel { *; } # keep ViewModel names if used in DI
27
28
+# Okio/OkHttp/Moshi (if you add later)
29
+-dontwarn javax.annotation.**
30
31
+# GPUImage (avoid stripping)
32
+-keep class jp.co.cyberagent.android.gpuimage.** { *; }
0 commit comments