You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
487 B
16 lines
487 B
-keepparameternames
|
|
-keepattributes Exceptions,InnerClasses,Signature,Deprecated,
|
|
SourceFile,LineNumberTable,*Annotation*,EnclosingMethod
|
|
|
|
# Rules required by TextClassifierServiceLibNoManifest
|
|
# Jni classes
|
|
-keep class com.google.android.textclassifier.** { *; }
|
|
# compileOnly dependency, optional in runtime.
|
|
-dontwarn androidx.paging.PositionalDataSource
|
|
-dontwarn androidx.lifecycle.LiveData
|
|
|
|
#keep enums
|
|
-keepclassmembers enum * {
|
|
public static **[] values();
|
|
}
|