fix: gradle build script
Signed-off-by: ACh Sulfate <xenonhydride@gmail.com>
This commit is contained in:
@@ -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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user