mirror of
https://github.com/kdrag0n/safetynet-fix.git
synced 2024-11-19 11:11:22 +00:00
12 lines
150 B
Groovy
12 lines
150 B
Groovy
plugins {
|
|
id 'com.android.library'
|
|
}
|
|
|
|
android {
|
|
externalNativeBuild {
|
|
ndkBuild {
|
|
path("jni/Android.mk")
|
|
}
|
|
}
|
|
}
|