Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Merge branch '4.0-dev' into 4.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
HuanCheng65 authored Feb 2, 2024
2 parents c7a833c + a87340f commit 075865e
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 {
compose = true
}
signingConfigs {
println("keystore.file: ${property.keystore.file}")
if (property.keystore.file.isNotBlank()) {
val config by creating {
storeFile = file(File(rootDir, property.keystore.file))
Expand Down

0 comments on commit 075865e

Please sign in to comment.