fix: gradle build script

Signed-off-by: ACh Sulfate <xenonhydride@gmail.com>
This commit is contained in:
ACh Sulfate
2023-01-05 15:26:48 +08:00
parent 78b2f4d0b1
commit f88c28d0a7

View File

@@ -143,7 +143,7 @@ android {
isMinifyEnabled = false
isCrunchPngs = false
proguardFiles("proguard-rules.pro")
val debugFlags = arrayOf(
val debugFlags = arrayOf<String>(
// "-DMODULE_SIGNATURE=E7A8AEB0A1431D12EB04BF1B7FC31960",
// "-DTEST_SIGNATURE",
)