Skip to content

Commit

Permalink
引入OpenCC依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
LZX284 committed Nov 8, 2023
1 parent 3b0cd2d commit b9f65cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,11 @@ dependencies /* MLKit */ {
implementation("com.google.mlkit:barcode-scanning:17.2.0")
}

dependencies /* OpenCC */ {
// OpenCC
implementation("com.github.qichuan:android-opencc:1.2.0")
}

dependencies /* Auto.js Extensions */ {
// Settings Compat
// @Integrated by SuperMonster003 on Mar 30, 2023.
Expand Down Expand Up @@ -426,6 +431,7 @@ android {
"lib/x86_64/libc++_shared.so",
"lib/armeabi-v7a/libc++_shared.so",
"lib/arm64-v8a/libc++_shared.so",
"lib/armeabi/libc++_shared.so",
).let { resources.pickFirsts.addAll(it) }

jniLibs {
Expand Down

0 comments on commit b9f65cf

Please sign in to comment.