metadata: fix happy eyeball

This commit is contained in:
genofire 2020-02-09 15:00:53 +01:00
parent 3e29c21f80
commit 9247b8dc18
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
2 changed files with 4 additions and 2 deletions

View File

@ -90,8 +90,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 25 targetSdkVersion 25
versionCode 362 versionCode 363
versionName "2.6.4" versionName "2.6.4.1"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.sum7.conversations" applicationId "eu.sum7.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId

View File

@ -0,0 +1,2 @@
• improve logging of happy eyeball
• fix several NullPointer bugs