Skip to content

Commit

Permalink
:cri15:
Browse files Browse the repository at this point in the history
  • Loading branch information
IndusAryan committed Jul 15, 2024
1 parent 5903692 commit 368d875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {

signingConfigs {
create("release") {
storeFile = file(System.getenv("SIGNING_KEY_STORE_PATH"))
storeFile = file(System.getenv("SIGNING_KEY_STORE_PATH")).listFiles()?.first()
storePassword = System.getenv("SIGNING_STORE_PASSWORD")
keyAlias = System.getenv("SIGNING_KEY_ALIAS")
keyPassword = System.getenv("SIGNING_KEY_PASSWORD")
Expand Down

0 comments on commit 368d875

Please sign in to comment.