Fix crash when installing dictionaries (#1261)
This happens in release mode due to minification.
This commit is contained in:
@@ -69,6 +69,9 @@ android {
|
||||
buildTypes {
|
||||
named("release") {
|
||||
isMinifyEnabled = true
|
||||
proguardFiles(
|
||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||
"proguard-rules.pro")
|
||||
isShrinkResources = true
|
||||
isDebuggable = false
|
||||
resValue("string", "app_name", "@string/app_name_release")
|
||||
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
-keep public class juloo.cdict.* {
|
||||
public protected private *;
|
||||
}
|
||||
Reference in New Issue
Block a user