metadata: fix happy eyeball
This commit is contained in:
parent
3e29c21f80
commit
9247b8dc18
|
@ -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
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
• improve logging of happy eyeball
|
||||||
|
• fix several NullPointer bugs
|
Loading…
Reference in New Issue