refactor: wrapper use corrected session description, set title to recipient displayName, indicate session calls

This commit is contained in:
jubb
2021-12-07 11:10:17 +11:00
parent ca0f8c5d7d
commit 02feba25d2
5 changed files with 28 additions and 19 deletions

View File

@@ -232,20 +232,8 @@ android {
}
}
signingConfigs {
release {
def props = new Properties()
rootProject.file("signing.properties").withInputStream { props.load(it) }
storeFile file(props["KEYSTORE_FILE"])
storePassword props["KEYSTORE_PASS"]
keyAlias props["KEYSTORE_ALIAS"]
keyPassword props["KEYSTORE_ALIAS_PASS"]
}
}
buildTypes {
release {
signingConfig signingConfigs.release
minifyEnabled false
}
debug {