[manager-service] Fix writeToParcel get removed by R8

This commit is contained in:
tehcneko 2021-02-20 20:46:37 +08:00
parent 83ec9396a5
commit a8b6449a06
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 26 minSdkVersion 26
targetSdkVersion 30 targetSdkVersion 30
consumerProguardFiles 'proguard-rules.pro'
} }
buildTypes { buildTypes {

View File

@ -19,3 +19,4 @@
# If you keep the line number information, uncomment this to # If you keep the line number information, uncomment this to
# hide the original source file name. # hide the original source file name.
#-renamesourcefileattribute SourceFile #-renamesourcefileattribute SourceFile
-keepclassmembers class io.github.lsposed.lspd.Application { *; }