Skip to content

Commit

Permalink
Fix #1336
Browse files Browse the repository at this point in the history
  • Loading branch information
z-huang committed Aug 10, 2024
1 parent 6bb6525 commit 4ce6212
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@
-dontwarn org.slf4j.impl.StaticLoggerBinder
-dontwarn com.google.firebase.perf.network.FirebasePerfOkHttpClient
-dontwarn com.google.firebase.perf.network.FirebasePerfUrlConnection
# opencc4j
-keep class com.github.houbb.opencc4j.** { *; }
-dontwarn com.huaban.analysis.jieba.JiebaSegmenter
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ktor-serialization-json = { group = "io.ktor", name = "ktor-serialization-kotlin

brotli = { group = "org.brotli", name = "dec", version = "0.1.2" }

opencc4j = { group = "com.github.houbb", name = "opencc4j", version = "1.7.2" }
opencc4j = { group = "com.github.houbb", name = "opencc4j", version = "1.8.1" }

desugaring = { group = "com.android.tools", name = "desugar_jdk_libs", version = "2.0.4" }

Expand Down

0 comments on commit 4ce6212

Please sign in to comment.