Skip to content

Commit db37247

Browse files
committed
Merge branch 'release/5.61.0' into main
2 parents ed0baed + 508d5b9 commit db37247

38 files changed

+1770
-294
lines changed

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ android {
8383
def propertiesPath = "${staticConfigPath}/ddg_android_build.properties"
8484
def propertiesFile = new File(propertiesPath)
8585
if (propertiesFile.exists()) {
86-
println "Signing properties found"
8786
def props = new Properties()
8887
props.load(new FileInputStream(propertiesFile))
8988
android.signingConfigs.release.storeFile = file("${staticConfigPath}/${props['key.store']}")

0 commit comments

Comments
 (0)