mirror of
https://github.com/etesync/android
synced 2024-11-22 16:08:13 +00:00
Version bump to 0.9.0.1
* with minor fixes
This commit is contained in:
parent
661276450c
commit
8f52bf160e
@ -17,8 +17,8 @@ android {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 23
|
||||
|
||||
versionCode 78
|
||||
versionName "0.9"
|
||||
versionCode 79
|
||||
versionName "0.9.0.1"
|
||||
|
||||
buildConfigField "java.util.Date", "buildTime", "new java.util.Date()"
|
||||
}
|
||||
|
@ -115,7 +115,7 @@ public class SSLSocketFactoryCompat extends SSLSocketFactory {
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT < 20 && cipherSuites != null) {
|
||||
Constants.log.debug("Setting allowed TLS ciphers: " + TextUtils.join(", ", protocols));
|
||||
Constants.log.debug("Setting allowed TLS ciphers: " + TextUtils.join(", ", cipherSuites));
|
||||
ssl.setEnabledCipherSuites(cipherSuites);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user