Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
prints
  • Loading branch information
jclark118 authored Oct 30, 2023
1 parent 53163a4 commit 7755f18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mapcache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ android {
signingConfigs {
release {
if (project.hasProperty('KEYSTORE')) {
println 'assigning keystore'
storeFile file(KEYSTORE)
storePassword KEYSTORE_PASSWORD
keyAlias KEY_ALIAS
Expand Down

0 comments on commit 7755f18

Please sign in to comment.