Skip to content

Commit 70064cf

Browse files
authored
build fail test 6
1 parent fa0b896 commit 70064cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

android/app/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ android {
3232
signingConfigs {
3333
release {
3434
storeFile = file("upload-keystore.jks")
35-
storePassword System.getenv("SIGNING_STORE_PASSWORD")
36-
keyAlias System.getenv("SIGNING_KEY_ALIAS")
37-
keyPassword System.getenv("SIGNING_KEY_PASSWORD")
35+
storePassword = System.getenv("SIGNING_STORE_PASSWORD")
36+
keyAlias = System.getenv("SIGNING_KEY_ALIAS")
37+
keyPassword = System.getenv("SIGNING_KEY_PASSWORD")
3838
}
3939
}
4040
buildTypes {
4141
release {
42-
signingConfig signingConfigs.release
42+
signingConfig = signingConfigs.release
4343
}
4444
}
4545
}

0 commit comments

Comments
 (0)