Skip to content

Commit

Permalink
setting up CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Zhdanov committed Dec 24, 2024
1 parent 412f8fd commit df539d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ if (keystorePropertiesFile.exists()) {
if (!keystoreFile.isFile()) {
throw new GradleException("android keystore file is not found at ${keystoreFile.canonicalPath}")
}
println "xxx keyPassword=${keystoreProperties['keyPassword']}"
println "xxx storePassword=${keystoreProperties['storePassword']}"
} else {
throw new GradleException("a file with release keystore properties is not available ($keyPropertiesFileName)")
}
Expand Down

0 comments on commit df539d4

Please sign in to comment.