Loading build.gradle +1 −1 Original line number Diff line number Diff line buildscript { ext.kotlin_version = '1.1.3' ext.kotlin_version = '1.1.3-2' repositories { jcenter() Loading src/main/java/at/bitfire/cert4android/CustomCertService.kt +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ class CustomCertService: Service() { try { FileInputStream(keyStoreFile).use { trustedKeyStore.load(it, null) } } catch(e: Exception) { Constants.log.log(Level.SEVERE, "Couldn't initialize key store, creating in-memory key store", e) Constants.log.log(Level.INFO, "No persisent key store (yet), creating in-memory key store", e) try { trustedKeyStore.load(null, null) } catch(e: Exception) { Loading Loading
build.gradle +1 −1 Original line number Diff line number Diff line buildscript { ext.kotlin_version = '1.1.3' ext.kotlin_version = '1.1.3-2' repositories { jcenter() Loading
src/main/java/at/bitfire/cert4android/CustomCertService.kt +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ class CustomCertService: Service() { try { FileInputStream(keyStoreFile).use { trustedKeyStore.load(it, null) } } catch(e: Exception) { Constants.log.log(Level.SEVERE, "Couldn't initialize key store, creating in-memory key store", e) Constants.log.log(Level.INFO, "No persisent key store (yet), creating in-memory key store", e) try { trustedKeyStore.load(null, null) } catch(e: Exception) { Loading