fix: checking invalid profileKey lengths on message receive and retrieve profile avatars

This commit is contained in:
Harris
2022-01-23 00:24:34 +11:00
parent 8ea0690e3a
commit c70de069a4
3 changed files with 7 additions and 6 deletions

View File

@@ -154,8 +154,8 @@ dependencies {
testImplementation 'org.robolectric:shadows-multidex:4.4'
}
def canonicalVersionCode = 242
def canonicalVersionName = "1.11.14"
def canonicalVersionCode = 246
def canonicalVersionName = "1.11.15"
def postFixSize = 10
def abiPostFix = ['armeabi-v7a' : 1,