mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
21 lines
531 B
Prolog
21 lines
531 B
Prolog
|
-keepattributes *Annotation*,EnclosingMethod
|
||
|
-keep @interface dagger.*,javax.inject.*
|
||
|
-keep @dagger.Module class *
|
||
|
-keepclassmembers class * {
|
||
|
@javax.inject.* *;
|
||
|
@dagger.* *;
|
||
|
<init>();
|
||
|
}
|
||
|
-keepclasseswithmembernames class * {
|
||
|
@javax.inject.* <fields>;
|
||
|
}
|
||
|
-keep class javax.inject.** { *; }
|
||
|
-keep class **$$ModuleAdapter
|
||
|
-keep class **$$InjectAdapter
|
||
|
-keep class **$$StaticInjection
|
||
|
|
||
|
-keep class dagger.** { *; }
|
||
|
-keep class * extends dagger.** { *; }
|
||
|
-keep interface dagger.** {*;}
|
||
|
-dontwarn dagger.internal.codegen.**
|