fixed too aggressive minification causing missing languages
This commit is contained in:
parent
2d57b71848
commit
d1cf456996
2 changed files with 3 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ android {
|
|||
jniDebuggable false
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-project.txt'
|
||||
|
||||
// signingConfig android.signingConfigs.release
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,3 +18,5 @@
|
|||
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
||||
# public *;
|
||||
#}
|
||||
|
||||
-keep class io.github.sspanak.tt9.languages.definitions.** { *; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue