We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9df08a commit d902515Copy full SHA for d902515
server/android/build.gradle.kts
@@ -174,7 +174,7 @@ android {
174
175
signingConfigs {
176
val inputKeyStore: File? = if (envKeyStore != null) {
177
- logger.lifecycle("i: \"ANDROID_STORE_FILE\" environment variable found, using for temporary KeyStore file.")
+ logger.lifecycle("i: \"ANDROID_STORE_FILE\" environment variable found, using for signing config.")
178
tempKeyStore
179
} else {
180
file("secrets/keystore.jks").takeIf { it.canRead() && it.length() > 0 }
0 commit comments