mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2024-12-12 19:29:59 +01:00
Try fix fdroid build
This commit is contained in:
parent
33e83cae6b
commit
1b7a765115
@ -444,12 +444,9 @@ 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")
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user