mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
14 lines
607 B
Prolog
14 lines
607 B
Prolog
-keepattributes SourceFile,LineNumberTable
|
|
-keepattributes RuntimeVisibleAnnotations,
|
|
RuntimeVisibleParameterAnnotations,
|
|
RuntimeVisibleTypeAnnotations,
|
|
AnnotationDefault
|
|
-renamesourcefileattribute SourceFile
|
|
# Retain the generic signature of retrofit2.Call until added to Retrofit.
|
|
# Issue: https://github.com/square/retrofit/issues/3580.
|
|
# Pull request: https://github.com/square/retrofit/pull/3579.
|
|
-keep,allowobfuscation,allowshrinking class retrofit2.Call
|
|
|
|
-keep,allowobfuscation,allowshrinking class dev.msfjarvis.claw.android.** { *; }
|
|
|
|
-dontobfuscate
|