Add full kdbx4 read support

Abstract out KeyDerivatino
Add Argon2 and ChaCha20 support
Move to standard gradle plugin
This commit is contained in:
Brian Pellin
2017-04-05 22:03:10 -05:00
parent ea2c0ebd90
commit 4115746258
96 changed files with 4801 additions and 236 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle-experimental:0.9.0'
classpath 'com.android.tools.build:gradle:2.3.0'
}
}