Fix debug build error due to #10131

This commit is contained in:
stevenyomi 2025-08-14 18:28:07 +00:00 committed by Draff
parent 04ad4ce15c
commit 32e7639231
Signed by: Draff
GPG Key ID: E8A89F3211677653

View File

@ -82,7 +82,7 @@ android {
// https://stackoverflow.com/a/77745844 // https://stackoverflow.com/a/77745844
tasks.withType(com.android.build.gradle.tasks.PackageAndroidArtifact).configureEach { tasks.withType(com.android.build.gradle.tasks.PackageAndroidArtifact).configureEach {
doFirst { appMetadata.asFile.get().write('') } doFirst { appMetadata.asFile.getOrNull()?.write('') }
} }
compileOptions { compileOptions {