fix: integrity check

This commit is contained in:
teble
2023-01-05 15:16:44 +08:00
parent 3a0860debf
commit 78b2f4d0b1
3 changed files with 16 additions and 9 deletions

View File

@@ -143,6 +143,14 @@ android {
isMinifyEnabled = false
isCrunchPngs = false
proguardFiles("proguard-rules.pro")
val debugFlags = arrayOf(
// "-DMODULE_SIGNATURE=E7A8AEB0A1431D12EB04BF1B7FC31960",
// "-DTEST_SIGNATURE",
)
externalNativeBuild.cmake {
cFlags += debugFlags
cppFlags += debugFlags
}
}
}
androidResources {