1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-02 10:33:36 +00:00

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

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")
}
}