Pavel Ivanov

Results 5 comments of Pavel Ivanov

Are there any news with respect to v.4?

Concerning vulnerability with SimpleXML it related to external entities which could be embedded into XML resulting to possible attack using references to external files/resources. I think it's inapplicable to our...

Please include in your build.gradle following reference to base64 support: `implementation group: 'commons-codec', name: 'commons-codec', version:'1.10'`

Workable example for Android is [here](https://github.com/ivanovpv/KeePassJava2) Though it's a bit outdated, but still usable

Here's gradle build file `build.gradle` ``` apply plugin: 'com.android.library' android { compileSdkVersion 23 buildToolsVersion "23.0.2" lintOptions { abortOnError false } defaultConfig { minSdkVersion 7 targetSdkVersion 22 } buildTypes { release...