mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-06-06 05:49:03 +08:00
chore: fix up build error
This commit is contained in:
@@ -37,7 +37,7 @@ android {
|
||||
|
||||
signingConfigs {
|
||||
maybeCreate("release").apply {
|
||||
val keystoreFile = File("keystore.jks")
|
||||
val keystoreFile = File(projectDir, "keystore.jks")
|
||||
if (!keystoreFile.exists()) return@apply
|
||||
val keyAliasEnv = System.getenv("SIGNING_KEY_ALIAS") ?: return@apply
|
||||
val keystorePasswordEnv = System.getenv("SIGNING_STORE_PASSWORD") ?: return@apply
|
||||
|
||||
Reference in New Issue
Block a user