Add SECURITY_PATCH and fix null props

This commit is contained in:
chiteroman
2023-11-21 14:04:33 +01:00
parent bf9ce4eb73
commit abc57e0a46
11 changed files with 73 additions and 117 deletions

View File

@@ -19,7 +19,7 @@ android {
ndk {
//noinspection ChromeOsAbiSupport
abiFilters += setOf("armeabi-v7a", "arm64-v8a")
jobs = 4
jobs = Runtime.getRuntime().availableProcessors()
}
}
}