Try fix fdroid build

This commit is contained in:
世界 2021-05-06 14:57:42 +08:00
parent 33e83cae6b
commit 1b7a765115
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
1 changed files with 2 additions and 5 deletions

View File

@ -444,11 +444,8 @@ dependencies {
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.5"
if (!targetAbi.isBlank()) {
def ll = new File("TMessagesProj/libs").list()
if (ll != null && ll.length == 1) {
implementation project(":ss-rust")
implementation project(":ssr-libev")
}
implementation project(":ss-rust")
implementation project(":ssr-libev")
}
}