mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-11-10 11:42:56 +00:00
Added more proguard restrictions and rules for kotlin and moshi
This commit is contained in:
@@ -28,7 +28,7 @@ android {
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro', 'proguard-moshi.pro', 'proguard-kotlin.pro'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user