Closed georgepapas closed 6 years ago
also required
org.mindrot:jbcrypt:0.4
implementation 'com.jakewharton.timber:timber:4.6.0'
This is very strange. I guess the new Gradle syntax "compile" vs "implementation" breaks adding the dependencies to the deployed pom file, I will look into it. This seems to be the same issue as in https://github.com/dcendents/android-maven-gradle-plugin/issues/61
I've released v0.4.0, which should include all relevant dependencies. I haven't tryed it yet.
I have just added the new lib and with both compile and/or implementation, it crashes (seems like the file is not present in the repo). The mentioned URL of the pic: https://jcenter.bintray.com/at/favre/lib/hkdf/1.0.0/hkdf-1.0.0.aar
Strange that it gets an .aar, since this is a .jar, will look into it. Looks like the maven plugin messes the dependency types up.
So this should finally be resolved with 0.4.1, tested it with a simple app. Closing the ticket, if there are further problems, feel free to reopen or make another report. Cheers.
armadillo depends on bytes and hkdf libraries. It would be nice if there were specified as transitive dependencies in the pom and pulled in automatically.
Cheers