Fix(build): fix error when build fcl

This commit is contained in:
Tungstend 2025-03-25 17:26:48 +08:00
parent 5149ca209b
commit 79a0e883ea

View File

@ -26,7 +26,7 @@ android {
minifyEnabled true minifyEnabled true
initWith debug initWith debug
} }
debug { fordebug {
debuggable true debuggable true
} }
} }