You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Add SECURITY_PATCH and fix null props
This commit is contained in:
@@ -19,7 +19,7 @@ android {
|
||||
ndk {
|
||||
//noinspection ChromeOsAbiSupport
|
||||
abiFilters += setOf("armeabi-v7a", "arm64-v8a")
|
||||
jobs = 4
|
||||
jobs = Runtime.getRuntime().availableProcessors()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user