metadata: fix happy eyeball
This commit is contained in:
parent
3e29c21f80
commit
9247b8dc18
|
@ -90,8 +90,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
versionCode 362
|
||||
versionName "2.6.4"
|
||||
versionCode 363
|
||||
versionName "2.6.4.1"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.sum7.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
• improve logging of happy eyeball
|
||||
• fix several NullPointer bugs
|
Loading…
Reference in New Issue