Skip to content

Commit

Permalink
Fix Release
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Dec 20, 2024
1 parent f02b310 commit dbbec69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ android {
keyPassword = keystoreProperties["keyPassword"] as String
storeFile = file(keystoreProperties["storeFile"] as String)
storePassword = keystoreProperties["storePassword"] as String
enableV1Signing = true
}
}
}
Expand Down

0 comments on commit dbbec69

Please sign in to comment.