Initial commit
This commit is contained in:
commit
71af5efc4e
33 changed files with 3598 additions and 0 deletions
18
app/proguard-rules.pro
vendored
Normal file
18
app/proguard-rules.pro
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Retrofit
|
||||
-keepattributes Signature
|
||||
-keepattributes *Annotation*
|
||||
-keep class retrofit2.** { *; }
|
||||
-keepclasseswithmembers class * {
|
||||
@retrofit2.http.* <methods>;
|
||||
}
|
||||
|
||||
# kotlinx.serialization
|
||||
-keepattributes *Annotation*, InnerClasses
|
||||
-dontnote kotlinx.serialization.AnnotationsKt
|
||||
-keep,includedescriptorclasses class com.ltadeu6.matrix.**$$serializer { *; }
|
||||
-keepclassmembers class com.ltadeu6.matrix.** {
|
||||
*** Companion;
|
||||
}
|
||||
-keepclasseswithmembers class com.ltadeu6.matrix.** {
|
||||
kotlinx.serialization.KSerializer serializer(...);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue